Skip to content

Instantly share code, notes, and snippets.

@nichtemna
Created April 28, 2016 10:15
Show Gist options
  • Save nichtemna/89850e187d5aa91163947607281fa801 to your computer and use it in GitHub Desktop.
Save nichtemna/89850e187d5aa91163947607281fa801 to your computer and use it in GitHub Desktop.
Android gitignore
# 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