Created
April 28, 2016 10:15
-
-
Save nichtemna/89850e187d5aa91163947607281fa801 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_ | |
# files for the dex VM | |
*.dex | |
# Java class files | |
*.class | |
# generated files | |
bin/ | |
gen/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
.clover/ | |
.codepro/ | |
id_rsa.txt | |
rsa.tx | |
rsa.tx.pub | |
*.*~ | |
.idea/* | |
*.iml | |
.DS_Store | |
#gradle stuff | |
/.gradle | |
/build/ | |
/run/ | |
/captures | |
sign.properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment