We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f215089 commit a7812c0Copy full SHA for a7812c0
.gitignore
@@ -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
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/
35
*.iml
-.gradle
-/local.properties
-/.idea/workspace.xml
-/.idea/libraries
36
37
+### Android Patch ###
38
+gen-external-apklibs
39
40
+# OS specific ignores
41
.DS_Store
-/build
-/captures
-.externalNativeBuild
42
+*~
43
+*.swp
0 commit comments