We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1db8e commit 4f19918Copy full SHA for 4f19918
.DS_Store
-6 KB
.gitignore
@@ -0,0 +1,33 @@
1
+/gradle/wrapper/gradle-wrapper.properties
2
+##----------Android----------
3
+# build
4
+*.apk
5
+*.ap_
6
+*.dex
7
+*.class
8
+bin/
9
+gen/
10
+build/
11
+
12
+# gradle
13
+.gradle/
14
+gradle-app.setting
15
+!gradle-wrapper.jar
16
17
18
+local.properties
19
20
+##----------idea----------
21
+*.iml
22
+.idea/
23
+*.ipr
24
+*.iws
25
26
+# Android Studio Navigation editor temp files
27
+.navigation/
28
29
+##----------Other----------
30
+# osx
31
+*~
32
+.DS_Store
33
+gradle.properties
0 commit comments