Created
April 16, 2019 00:34
-
-
Save justinmklam/3607a4123389508effa38836c5d03bf1 to your computer and use it in GitHub Desktop.
Minimal gitignore for Android Studio project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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