Skip to content

Instantly share code, notes, and snippets.

@fernandojunior
Last active January 5, 2016 02:01
Show Gist options
  • Save fernandojunior/7c849b14816ecd8223e4 to your computer and use it in GitHub Desktop.
Save fernandojunior/7c849b14816ecd8223e4 to your computer and use it in GitHub Desktop.
Android Studio ignore list
https://www.jetbrains.com/idea/help/configuring-ignored-files.html
https://github.com/github/gitignore/blob/master/Android.gitignore
http://stackoverflow.com/questions/28731814/what-files-should-i-be-ignoring-in-subversion-for-an-android-studio-project
http://stackoverflow.com/questions/27311746/mercurial-hgignore-for-android-studio-projects
http://stackoverflow.com/questions/16940934/what-files-should-i-add-to-svn-ignore-in-an-project-using-android-studio
http://blog.th4t.net/android-studio-gitignore.html
http://stackoverflow.com/questions/23487608/which-files-to-ignore-using-to-commit-to-svn-in-android-studio
*.apk
*.ap_
bin/
build/
*/build/
captures/
*.class
*.dex
.gradle/
.idea/
*.iml
*.iws
local.properties
*.log
gen/
.navigation/
proguard/
*.swp
*~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment