Created
July 20, 2016 01:55
-
-
Save allenatwork/fd221c68f3e01461124838ec95344262 to your computer and use it in GitHub Desktop.
Default GitIgnore for Android
This file contains hidden or 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
# Created by .ignore support plugin (hsz.mobi) | |
### Android template | |
# 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 Navigation editor temp files | |
.navigation/ | |
# Android Studio captures folder | |
captures/ | |
# Intellij | |
*.iml | |
.idea/workspace.xml | |
# Keystore files | |
*.jks | |
.gitignore | |
.idea/.name | |
.idea/compiler.xml | |
.idea/copyright/ | |
.idea/encodings.xml | |
.idea/misc.xml | |
.idea/modules.xml | |
.idea/ud825-compute-and-memory.iml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment