Skip to content

Commit 37e3a05

Browse files
authored
Update .gitignore
1 parent 185b155 commit 37e3a05

File tree

1 file changed

+45
-8
lines changed

1 file changed

+45
-8
lines changed

.gitignore

+45-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,48 @@
1+
# Built application files
2+
*.apk
3+
*.ap_
4+
5+
# Files for the ART/Dalvik VM
6+
*.dex
7+
8+
# Java class files
9+
*.class
10+
11+
# Generated files
12+
bin/
13+
gen/
14+
out/
15+
16+
# Gradle files
17+
.gradle/
18+
build/
19+
20+
# Local configuration file (sdk path, etc)
21+
local.properties
22+
23+
# Proguard folder generated by Eclipse
24+
proguard/
25+
26+
# Log Files
27+
*.log
28+
29+
# Android Studio Navigation editor temp files
30+
.navigation/
31+
32+
# Android Studio captures folder
33+
captures/
34+
35+
# Intellij
136
*.iml
2-
.gradle
3-
/local.properties
4-
/.idea/libraries
5-
/.idea/modules.xml
6-
/.idea/workspace.xml
37+
.idea/
38+
.idea/workspace.xml
39+
40+
# Keystore files
41+
*.jks
42+
43+
# Mac
744
.DS_Store
8-
/build
9-
/captures
45+
46+
# Other
1047
.externalNativeBuild
11-
google-services.json
48+
google-services.json

0 commit comments

Comments
 (0)