Skip to content

Instantly share code, notes, and snippets.

@rnkoaa
Created October 27, 2013 20:13
Show Gist options
  • Save rnkoaa/7187348 to your computer and use it in GitHub Desktop.
Save rnkoaa/7187348 to your computer and use it in GitHub Desktop.
a gitignore for android build using intellij and eclipse
# intellij files
*.iml
*.idea/
# gradle build folder
.gradle/
# application files
*.apk
*.ap_
#build folders
build/
gen/
bin/
target/
# files foridex VM
*.dex
#local configuration files
local.properties
*.swp
*.*~
*.classpath
.settings/
.loadpath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment