Skip to content
Browse files

Update .gitignore

Update .gitignore
  • Loading branch information...
1 parent 876be46 commit 66d9f62a658da26c1c3891c2a05e741b9acc9657 @CaMnter committed
Showing with 14 additions and 6 deletions.
  1. +14 −6 .gitignore
View
20 .gitignore
@@ -1,5 +1,5 @@
# Built application files
-*.apk
+
*.ap_
# Files for the Dalvik VM
@@ -15,6 +15,7 @@ gen/
# Gradle files
.gradle/
build/
+/*/build/
# Local configuration file (sdk path, etc)
local.properties
@@ -25,8 +26,15 @@ proguard/
# Log Files
*.log
-# Android Studio Navigation editor temp files
-.navigation/
-
-# Android Studio captures folder
-captures/
+# Intellij project files
+*.iml
+*.ipr
+*.iws
+.idea/
+#
+# # Mac
+.DS_Store
+apks/
+
+# jks
+*.jks

0 comments on commit 66d9f62

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