diff --git a/.gitignore b/.gitignore index 529cb7f..5b82029 100644 --- a/.gitignore +++ b/.gitignore @@ -14,41 +14,41 @@ # Built application files *.apk *.ap_ - + # Files for the ART/Dalvik VM *.dex - + # Java class files *.class - + # Generated files bin/ gen/ out/ - + # Gradle files .gradle/ build/ - + # Local configuration file (sdk path, etc) local.properties - + # Proguard folder generated by Eclipse proguard/ - + # Log Files *.log - + # Android Studio files */build/ gradle.properties # Android Studio Navigation editor temp files .navigation/ - + # Android Studio captures folder captures/ - + # Intellij *.iml .idea/workspace.xml @@ -56,6 +56,7 @@ .idea/gradle.xml .idea/dictionaries .idea/libraries +.idea/caches # Keystore files *.jks