We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a55b2 commit 13b34c2Copy full SHA for 13b34c2
app/.gitignore
@@ -1 +1,43 @@
1
/build
2
+### Android template
3
+# Built application files
4
+*.apk
5
+*.ap_
6
+
7
+# Files for the ART/Dalvik VM
8
+*.dex
9
10
+# Java class files
11
+*.class
12
13
+# Generated files
14
+bin/
15
+gen/
16
+out/
17
18
+# Gradle files
19
+.gradle/
20
+build/
21
22
+# Local configuration file (sdk path, etc)
23
+local.properties
24
25
+# Proguard folder generated by Eclipse
26
+proguard/
27
28
+# Log Files
29
+*.log
30
31
+# Android Studio Navigation editor temp files
32
+.navigation/
33
34
+# Android Studio captures folder
35
+captures/
36
37
+# Intellij
38
+*.iml
39
+.idea/workspace.xml
40
41
+# Keystore files
42
+*.jks
43
0 commit comments