This repository has been archived by the owner on Mar 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
135 lines (104 loc) · 2.33 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# Sorry MacOS
.DS_Store
# for /hw_twitterapi/
# Created by https://www.gitignore.io/api/django
# Cloud services
.nosync
### Django ###
*.log
*.pot
*.pyc
__pycache__/
/hw_twitterapi/local_settings.py
/hw_twitterapi/db.sqlite3
/hw_twitterapi/media
/hw_twitterapi/twitterapi/secret_key.py
/hw_twitterapi/twitter_key.txt
/hw_twitterapi/twitterapiapp/twitter_key.txt
/hw_twitterapi/twitterapienv
# End of https://www.gitignore.io/api/django
### PyCharm ###
.idea/
### VSCode ###
.vscode/
# Backend
.env
env/
venv/
backend/db.sqlite3
backend/media/
# Built application files
android/*/build/
# Crashlytics configuations
android/com_crashlytics_export_strings.xml
# Local configuration file (sdk path, etc)
android/local.properties
# Gradle generated files
android/.gradle/
android/app/app.iml*
# Signing files
android/.signing/
# User-specific configurations
android/.idea/libraries/
android/.idea/workspace.xml
android/.idea/tasks.xml
android/.idea/.name
android/.idea/compiler.xml
android/.idea/copyright/profiles_settings.xml
android/.idea/encodings.xml
android/.idea/misc.xml
android/.idea/modules.xml
android/.idea/scopes/scope_settings.xml
android/.idea/vcs.xml
android/*.iml
# OS-specific files
android/.DS_Store
android/.DS_Store?
android/._*
android/.Spotlight-V100
android/.Trashes
android/ehthumbs.db
android/Thumbs.db
#linux
.directory
# Built application files
android/*.apk
android/*.ap_
# Files for the ART/Dalvik VM
android/*.dex
# Java class files
android/*.class
# Generated files
android/bin/
android/gen/
android/out/
# Gradle files
android/.gradle/
android/build/
# Local configuration file (sdk path, etc)
android/local.properties
# Proguard folder generated by Eclipse
android/proguard/
# Log Files
android/*.log
# Android Studio Navigation editor temp files
android/.navigation/
# Android Studio captures folder
android/captures/
# IntelliJ
android/app/app.iml
android/*.iml
android/.idea/workspace.xml
android/.idea/tasks.xml
android/.idea/gradle.xml
android/.idea/assetWizardSettings.xml
android/.idea/dictionaries
android/.idea/libraries
android/.idea/caches
# Keystore files
# Uncomment the following line if you do not want to check your keystore files in.
#*.jks
# External native build folder generated in Android Studio 2.2 and later
android/.externalNativeBuild
# Google Services (e.g. APIs or Firebase)
android/google-services.json