Forked from vtanathip/gitignore-android-studio-list
Last active
July 17, 2017 21:02
-
-
Save alibo/bacfa68bd302e584c75e454852d043bf to your computer and use it in GitHub Desktop.
Git Ignore files list that should use in Android Studio Projects
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
# built application files | |
*.apk | |
*.ap_ | |
# files for the dex VM | |
*.dex | |
# Java class files | |
*.class | |
# generated files | |
bin/ | |
gen/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Eclipse project files | |
.classpath | |
.project | |
# Signing files | |
.signing/ | |
# Gradle generated files | |
.gradle/ | |
# Crashlytics configuations | |
com_crashlytics_export_strings.xml | |
# Android Studio | |
.idea/ | |
/*/local.properties | |
/*/out | |
/*/build/ | |
/*/*/build | |
/*/*/production | |
/build | |
/captures | |
*.iml | |
*.iws | |
*.ipr | |
*~ | |
*.swp | |
import-summary.txt | |
# OS-specific files | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# Memory Dump | |
*.hprof |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment