Skip to content

Instantly share code, notes, and snippets.

@federicoiosue
Created September 14, 2014 13:57
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 federicoiosue/cd566736950f62b6d134 to your computer and use it in GitHub Desktop.
Save federicoiosue/cd566736950f62b6d134 to your computer and use it in GitHub Desktop.
Android Studio projects .gitignore
# built application files
*.apk
*.ap_
*.jar
!gradle/wrapper/gradle-wrapper.jar
# lint folder
lint
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
gen-external-apklibs/
# maven output folder
target
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
.metadata
.settings
# IntelliJ files
.idea
*.iml
# OSX files
.DS_Store
# Windows files
Thumbs.db
# vi swap files
*.swp
# backup files
*.bak
# gradle directory
.gradle
build/
android.keystore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment