We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92be908 commit 73da7a8Copy full SHA for 73da7a8
.gitignore
@@ -1,7 +1,38 @@
1
-.gradle
2
-/local.properties
3
-/.idea/workspace.xml
4
-/.idea/libraries
5
-.DS_Store
6
-/build
+
7
/captures
+# Built application files
+*.apk
+*.ap_
8
+# Generated files
9
+bin/
10
+gen/
11
12
+# Gradle files
13
+.gradle/
14
+/build
15
+/*/build/
16
17
+# Local configuration file (sdk path, etc)
18
+local.properties
19
20
+# Proguard folder generated by Eclipse
21
+proguard/
22
23
+# Log Files
24
+*.log
25
26
+# Eclipse project files
27
+.classpath
28
+.project
29
+.settings/
30
31
+# Intellij project files
32
+*.iml
33
+*.ipr
34
+*.iws
35
+.idea/
36
37
+# System files
38
+.DS_Store
0 commit comments