We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f9fb3 commit ea7fc76Copy full SHA for ea7fc76
1 file changed
.gitignore
@@ -1,12 +1,41 @@
1
-*.class
+# Windows thumbnail db
2
+Thumbs.db
3
-# Mobile Tools for Java (J2ME)
4
-.mtj.tmp/
+# OSX files
5
+.DS_Store
6
-# Package Files #
7
-*.jar
8
-*.war
9
-*.ear
+# built application files
+*.apk
+*.ap_
10
11
-# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12
-hs_err_pid*
+# files for the dex VM
+*.dex
13
+
14
+# Java class files
15
+*.class
16
17
+# generated files
18
+bin/
19
+gen/
20
+build/
21
22
+# Local configuration file (sdk path, etc)
23
+local.properties
24
25
+# Eclipse project files
26
+.classpath
27
+.project
28
29
+# Android Studio
30
+.idea
31
+.gradle
32
+/*/local.properties
33
+/*/out
34
+/*/*/build
35
+build
36
+/*/*/production
37
+*.iml
38
+*.iws
39
+*.ipr
40
+*~
41
+*.swp
0 commit comments