Skip to content

Instantly share code, notes, and snippets.

@arindamxd
Last active April 20, 2020 20:26
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 arindamxd/aa30d06f2e506ca61c686ac8363361b9 to your computer and use it in GitHub Desktop.
Save arindamxd/aa30d06f2e506ca61c686ac8363361b9 to your computer and use it in GitHub Desktop.
git-ignore file
# Built application files
*.apk
*.aar
*.ap_
*.aab
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
app/release
app/debug
app/app.iml
output.json
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# IntelliJ Android Studio 3 in .gitignore file.
.idea/*
*.iml
.idea/caches
.idea/libraries
.idea/copyright
.idea/dictionaries
.idea/codeStyles
.idea/modules.xml
.idea/workspace.xml
.idea/assetWizardSettings.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/misc.xml
.idea/vcs.xml
.idea/runConfigurations.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
.DS_Store
.cxx
# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment