Skip to content

Commit a7812c0

Browse files
Update gitignore.
1 parent f215089 commit a7812c0

File tree

1 file changed

+41
-7
lines changed

1 file changed

+41
-7
lines changed

.gitignore

+41-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,43 @@
1+
# Built application files
2+
*.apk
3+
*.ap_
4+
5+
# Files for the Dalvik VM
6+
*.dex
7+
8+
# Java class files
9+
*.class
10+
11+
# Generated files
12+
bin/
13+
gen/
14+
out/
15+
build/
16+
17+
# Gradle files
18+
.gradle/
19+
build/
20+
21+
# Local configuration file (sdk path, etc)
22+
local.properties
23+
24+
# Proguard folder generated by Eclipse
25+
proguard/
26+
27+
# Log Files
28+
*.log
29+
30+
# Android Studio stuff
31+
.idea/
32+
.navigation/
33+
captures/
34+
reports/
135
*.iml
2-
.gradle
3-
/local.properties
4-
/.idea/workspace.xml
5-
/.idea/libraries
36+
37+
### Android Patch ###
38+
gen-external-apklibs
39+
40+
# OS specific ignores
641
.DS_Store
7-
/build
8-
/captures
9-
.externalNativeBuild
42+
*~
43+
*.swp

0 commit comments

Comments
 (0)