Created
December 16, 2015 06:14
-
-
Save Hackforid/14ea3ad398969e0573cb to your computer and use it in GitHub Desktop.
gitignore for Android
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# IntelliJ IDEA | |
.idea | |
*.iml | |
*.ipr | |
*.iws | |
# Gradle | |
.gradle | |
gradlew.bat | |
build | |
# Local configuration file (sdk path, etc) | |
local.properties | |
reports | |
/captures | |
jacoco.exec | |
# Mac system files | |
.DS_Store | |
# Built application files | |
*.apk | |
*.ap_ | |
# Android Studio captures folder | |
/captures | |
# Log Files | |
*.log | |
# Android Studio Navigation editor temp files | |
.navigation/ | |
# files for the dex VM | |
*.dex | |
# Java class files | |
*.class | |
# generated files | |
bin/ | |
gen/ | |
out | |
lib | |
# Eclipse project files | |
.classpath | |
.project | |
.settings/ | |
eclipsebin | |
.metadata/ | |
# Proguard folder generated by Eclipse | |
proguard/ | |
#NDK | |
obj/ | |
jniLibs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment