Skip to content
Browse files

Create .gitignore

  • Loading branch information...
1 parent 660cc1a commit a8b0658e29c40f80fad0a646040e316258135589 @MasayukiSuda committed
Showing with 38 additions and 0 deletions.
  1. +38 −0 .gitignore
View
38 .gitignore
@@ -0,0 +1,38 @@
+.DS_Store
+Thumbs.db
+
+# built application files
+*.apk
+*.ap_
+
+# files for the dex VM
+*.dex
+
+# Java class files
+*.class
+
+# gradle files
+.gradle
+
+# IntelliJ
+.idea
+*.iml
+
+# generated files
+bin/
+gen/
+obj/
+apk/
+target/
+build/
+app/libs/**/*.java
+
+# Local configuration file (sdk path, etc)
+local.properties
+*crashlytics-build.properties
+*com_crashlytics_export_strings.xml
+
+# Proguard folder generated by Eclipse
+proguard/
+
+mapping.txt

0 comments on commit a8b0658

Please sign in to comment.
Something went wrong with that request. Please try again.