Skip to content

Commit 438cb12

Browse files
committed
Updated .gitignore
1 parent 21b47c7 commit 438cb12

2 files changed

Lines changed: 98 additions & 12 deletions

File tree

.gitignore

Lines changed: 98 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
# Created by https://www.gitignore.io/api/java,android
1+
# Created by https://www.gitignore.io/api/android,androidstudio
32

43
### Android ###
54
# Built application files
@@ -61,13 +60,81 @@ freeline_project_description.json
6160
### Android Patch ###
6261
gen-external-apklibs
6362

64-
### Java ###
65-
# Compiled class file
63+
### AndroidStudio ###
64+
# Covers files to be ignored for android development using Android Studio.
65+
66+
# Built application files
67+
68+
# Files for the ART/Dalvik VM
69+
70+
# Java class files
71+
72+
# Generated files
73+
74+
# Gradle files
75+
.gradle
76+
77+
# Signing files
78+
.signing/
79+
80+
# Local configuration file (sdk path, etc)
81+
82+
# Proguard folder generated by Eclipse
83+
84+
# Log Files
85+
86+
# Android Studio
87+
/*/build/
88+
/*/local.properties
89+
/*/out
90+
/*/*/build
91+
/*/*/production
92+
*.ipr
93+
*~
94+
*.swp
95+
96+
# Android Patch
97+
98+
# External native build folder generated in Android Studio 2.2 and later
99+
100+
# NDK
101+
obj/
102+
103+
# IntelliJ IDEA
104+
*.iws
105+
/out/
106+
107+
# User-specific configurations
108+
.idea/libraries/
109+
.idea/.name
110+
.idea/compiler.xml
111+
.idea/copyright/profiles_settings.xml
112+
.idea/encodings.xml
113+
.idea/misc.xml
114+
.idea/modules.xml
115+
.idea/scopes/scope_settings.xml
116+
.idea/vcs.xml
117+
.idea/jsLibraryMappings.xml
118+
.idea/datasources.xml
119+
.idea/dataSources.ids
120+
.idea/sqlDataSources.xml
121+
.idea/dynamic.xml
122+
.idea/uiDesigner.xml
123+
124+
# Keystore files
66125

67-
# Log file
126+
# OS-specific files
127+
.DS_Store
128+
.DS_Store?
129+
._*
130+
.Spotlight-V100
131+
.Trashes
132+
ehthumbs.db
133+
Thumbs.db
68134

69-
# BlueJ files
70-
*.ctxt
135+
# Legacy Eclipse project files
136+
.classpath
137+
.project
71138

72139
# Mobile Tools for Java (J2ME)
73140
.mtj.tmp/
@@ -76,11 +143,30 @@ gen-external-apklibs
76143
*.jar
77144
*.war
78145
*.ear
79-
*.zip
80-
*.tar.gz
81-
*.rar
82146

83-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
147+
# virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
84148
hs_err_pid*
85149

86-
# End of https://www.gitignore.io/api/java,android
150+
## Plugin-specific files:
151+
152+
# mpeltonen/sbt-idea plugin
153+
.idea_modules/
154+
155+
# JIRA plugin
156+
atlassian-ide-plugin.xml
157+
158+
# Mongo Explorer plugin
159+
.idea/mongoSettings.xml
160+
161+
# Crashlytics plugin (for Android Studio and IntelliJ)
162+
com_crashlytics_export_strings.xml
163+
crashlytics.properties
164+
crashlytics-build.properties
165+
fabric.properties
166+
167+
### AndroidStudio Patch ###
168+
# Google Services plugin
169+
170+
!/gradle/wrapper/gradle-wrapper.jar
171+
172+
# End of https://www.gitignore.io/api/android,androidstudio

gradle/wrapper/gradle-wrapper.jar

52.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)