We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c0beb commit 52eec8dCopy full SHA for 52eec8d
AndroidStudio.gitignore
@@ -0,0 +1,32 @@
1
+# Built application files
2
+*.apk
3
+*.ap_
4
+
5
+# Files for the Dalvik VM
6
+*.dex
7
8
+# Java class files
9
+*.class
10
11
+# Generated files
12
+bin/
13
+gen/
14
15
+# Gradle files
16
+.gradle/
17
+build/
18
19
+# Local configuration file (sdk path, etc)
20
+local.properties
21
22
+# Proguard folder generated by Eclipse
23
+proguard/
24
25
+# IDE specific configuration
26
+.idea
27
28
+# Intellij module files
29
+*.iml
30
31
+# Crashlytics auto-generated file for Android Studio plugin
32
+com_crashlytics_export_strings.xml
0 commit comments