Skip to content

Instantly share code, notes, and snippets.

@amirisback
Last active August 5, 2021 10:23
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 amirisback/656a878eb007522a7a54ee17f171c61c to your computer and use it in GitHub Desktop.
Save amirisback/656a878eb007522a7a54ee17f171c61c to your computer and use it in GitHub Desktop.
gitignore-android-studio
*.iml
/.gradle
.gradle
.idea
/local.properties
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
.DS_Store
build
/build
/captures
.externalNativeBuild
built application files
.apk
.ap_
files for the dex VM
*.dex
Java class files
*.class
generated files
bin/
gen/
.externalNativeBuild/
Local configuration file (sdk path, etc)
local.properties
app/version.properties
# SonarQube
.sonar/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment