1
0
mirror of https://github.com/github/gitignore synced 2024-06-07 21:27:58 +02:00
gitignore/Android.gitignore
Vitor Prado f4cf36c5e1 Ignoring build folder inside app module in Android projects
The `*/build` folder should be ignored because the android structure generate files and outputs inside this folder.
2015-10-14 13:45:12 -03:00

34 lines
403 B
Plaintext

# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
*/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/