Last active
January 30, 2017 01:38
-
-
Save reline/fe6244e8b0e973ffe11b3e964bc521b3 to your computer and use it in GitHub Desktop.
Android gitignore
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
# IntelliJ IDEA | |
.idea | |
*.iml | |
annotations | |
classes | |
captures | |
projectFilesBackup | |
# Generated | |
bin | |
gen | |
build | |
out | |
lib | |
# Gradle | |
.gradle | |
gradlew.bat | |
local.properties | |
reports | |
jacoco.exec | |
.DS_Store | |
*.keystore | |
*.jks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment