Skip to content

Instantly share code, notes, and snippets.

@fredgrott
Created August 31, 2018 14:06
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 fredgrott/b690f9a16dd24061dea222465d00012e to your computer and use it in GitHub Desktop.
Save fredgrott/b690f9a16dd24061dea222465d00012e to your computer and use it in GitHub Desktop.
Gitignore config for git Android Studio projects
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
#local properties
local.properties
# Android Studio captures folder
captures/
# Built application files
*.apk
*.ap_
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment