-
-
Save remelpugh/3913689 to your computer and use it in GitHub Desktop.
Android gitignore
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_ | |
*.jar | |
# keystore | |
*.keystore | |
# files for the dex VM | |
*.dex | |
# Java class files | |
*.class | |
# generated files | |
bin/ | |
gen/ | |
# maven output folder | |
target | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Eclipse project files | |
.classpath | |
.project | |
.metadata | |
.settings | |
# IntelliJ files | |
.idea | |
*.iml | |
# OSX files | |
.DS_Store | |
# Windows files | |
Thumbs.db | |
# vi swap files | |
*.swp | |
# backup files | |
*.bak | |
# maven eclipse files | |
.externalToolBuilders | |
maven-eclipse.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment