We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36f2ad commit 236109cCopy full SHA for 236109c
.gitignore
@@ -1,9 +1,48 @@
1
-*.iml
2
-.gradle
3
-/local.properties
4
-/.idea/workspace.xml
5
-/.idea/libraries
+#built application files
+*.apk
+*.ap_
+
6
+# files for the dex VM
7
+*.dex
8
9
10
+# Java class files
11
+*.class
12
13
14
+# generated files
15
+bin/
16
+gen/
17
18
19
+# Local configuration file (sdk path, etc)
20
+local.properties
21
22
23
+# Windows thumbnail db
24
+Thumbs.db
25
26
27
+# OSX files
28
.DS_Store
-/build
-/captures
-.externalNativeBuild
29
30
31
+# Eclipse project files
32
+.classpath
33
+.project
34
35
36
+# Android Studio
37
+.idea/
38
+#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
39
+.gradle
40
+build/
41
42
43
+# Signing files
44
+.signing/
45
46
47
+# User-specific configurations
48
+*.iml
0 commit comments