Skip to content

Instantly share code, notes, and snippets.

@shaobin0604
Created September 7, 2013 18:14
Show Gist options
  • Select an option

  • Save shaobin0604/6477873 to your computer and use it in GitHub Desktop.

Select an option

Save shaobin0604/6477873 to your computer and use it in GitHub Desktop.
git ignore for android project using android studio
# built application files
bin/*
gen/*
# files for the dex VM
*.dex
# Java class files
*.class
# generated GUI files
*R.java
*BuildConfig.java
# vim backup files
*~
# ant local settings
local.properties
# proguard generated files
proguard/*
# log files
system.txt
radio.txt
main.txt
traces.txt
traces.txt.bugreport
# Thumbs.db
Thumbs.db
# Android Studio
*.iml
*.iws
*.ipr
.idea/
.gradle/
*/build/
build
*~
*.swp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment