Skip to content

Instantly share code, notes, and snippets.

@justinmklam
Created April 16, 2019 00:34
Show Gist options
  • Save justinmklam/3607a4123389508effa38836c5d03bf1 to your computer and use it in GitHub Desktop.
Save justinmklam/3607a4123389508effa38836c5d03bf1 to your computer and use it in GitHub Desktop.
Minimal gitignore for Android Studio project.
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/caches
# Android Studio 3 in .gitignore file.
.idea/caches/build_file_checksums.ser
.idea/modules.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment