Skip to content

Instantly share code, notes, and snippets.

@AHarazim
Created June 6, 2014 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AHarazim/34ae90ddfc2e2a847e15 to your computer and use it in GitHub Desktop.
Save AHarazim/34ae90ddfc2e2a847e15 to your computer and use it in GitHub Desktop.
Git ignore for Eclipse, IntelliJ IDEA and Android Studio
# 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
# Android Studio
.idea/
.gradle/
/*/local.properties
/*/out
/*/build
/*/*/production
*.iml
*.iws
*.ipr
*~
*.swp
BPA App/build/
build/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment