1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 16:30:13 +02:00
gitignore/Android.gitignore
Guy B 6895b7c280 Adding the Android Studio captures folder
The captures folder is used by Android studio to keep heap dumps and other captures files. These are usually not shared as part of the source file.
2015-08-16 15:07:17 +03:00

33 lines
394 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/
# 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/