Last active
April 4, 2019 11:22
-
-
Save nesquena/5617544 to your computer and use it in GitHub Desktop.
Android .gitignore File
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
# built application files | |
*.apk | |
*.ap_ | |
# files for the dex VM | |
*.dex | |
# Java class files | |
*.class | |
# generated files | |
bin/ | |
gen/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Eclipse project files | |
.classpath | |
.project | |
# Proguard folder generated by Eclipse | |
proguard/ | |
proguard-project.txt | |
# Android Studio | |
*.iml | |
*.ipr | |
*.iws | |
.gradle/** | |
build/** | |
.idea/** | |
import-summary.txt | |
*.pydevproject | |
.project | |
.metadata | |
.gradle | |
build/** | |
bin/** | |
tmp/** | |
tmp/**/* | |
*.tmp | |
*.bak | |
*.swp | |
*~.nib | |
local.properties | |
.classpath | |
.settings/ | |
.loadpath | |
# External tool builders | |
.externalToolBuilders/ | |
# Locally stored "Eclipse launch configurations" | |
*.launch | |
# CDT-specific | |
.cproject | |
# PDT-specific | |
.buildpath |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment