We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7596259 + c195aca commit 8f74305Copy full SHA for 8f74305
.gitignore
@@ -1,16 +1,21 @@
1
-#built application files
+# Built application files
2
*.apk
3
*.ap_
4
5
-# files for the dex VM
+# Files for the ART/Dalvik VM
6
*.dex
7
8
# Java class files
9
*.class
10
11
-# generated files
+# 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
@@ -32,3 +37,21 @@ Thumbs.db
32
37
.gradle
33
38
keystore.properties
34
39
build
40
+# Proguard folder generated by Eclipse
41
+proguard/
42
43
+# Log Files
44
+*.log
45
46
+# Android Studio Navigation editor temp files
47
+.navigation/
48
49
+# Android Studio captures folder
50
+captures/
51
52
+# Intellij
53
+*.iml
54
+.idea/workspace.xml
55
56
+# Keystore files
57
+*.jks
0 commit comments