We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94608b commit c080361Copy full SHA for c080361
1 file changed
.gitignore
@@ -1,27 +1,39 @@
1
-# Built application files
2
-*.apk
3
-*.ap_
+# Android generated
+bin
+gen
4
+lint.xml
5
-# Files for the Dalvik VM
6
-*.dex
+# IntelliJ IDEA
7
+.idea
8
+*.iml
9
+*.ipr
10
+*.iws
11
+classes
12
+gen-external-apklibs
13
-# Java class files
-*.class
14
+# Eclipse
15
+.project
16
+.classpath
17
+.settings
18
+.checkstyle
19
-# Generated files
-bin/
-gen/
20
+# Gradle
21
+.gradle
22
+build
23
+out
24
-# Gradle files
-.gradle/
-build/
-/*/build/
25
+# Maven
26
+target
27
+release.properties
28
+pom.xml.*
29
-# Local configuration file (sdk path, etc)
30
+# Ant
31
+ant.properties
32
local.properties
33
+proguard.cfg
34
+proguard-project.txt
35
-# Proguard folder generated by Eclipse
-proguard/
-
-# Log Files
-*.log
36
+# Other
37
+.DS_Store
38
+dist
39
+tmp
0 commit comments