Skip to content

Instantly share code, notes, and snippets.

@paulokhouri
Created July 25, 2015 18:25
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 paulokhouri/ff7e65835720638be832 to your computer and use it in GitHub Desktop.
Save paulokhouri/ff7e65835720638be832 to your computer and use it in GitHub Desktop.
gitignore file to Android Studio, IntelliJ, Eclipse in OS X
.DS_Store
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
build/
version.txt
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Android Studio
.idea/
.gradle/
/*/local.properties
/*/out
/*/*/build
/*/*/production
*.iml
*.iws
*.ipr
*~
*.swp
# Changelog
changelog.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment