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 f66904e commit 4f3e647Copy full SHA for 4f3e647
.gitignore
@@ -0,0 +1,29 @@
1
+# dir
2
+libs/
3
+obj/
4
+# file
5
+*.~
6
+# Maven build output.
7
+target/
8
+# Generated for Eclipse.
9
+.settings/
10
+.project
11
+.classpath
12
+bin/
13
+gen/
14
+# Created by OS.
15
+.DS_Store
16
+# Generated for IntelliJ IDEA.
17
+.idea/
18
+*.ipr
19
+*.iws
20
+*.iml
21
+gen-external-apklibs/
22
+## Additional for IntelliJ
23
+out/
24
+# generated by mpeltonen/sbt-idea plugin
25
+.idea_modules/
26
+# generated by JIRA plugin
27
+atlassian-ide-plugin.xml
28
+# generated by Crashlytics plugin (for Android Studio and Intellij)
29
+com_crashlytics_export_strings.xml
0 commit comments