mirror of
https://github.com/github/gitignore
synced 2024-11-26 13:44:21 +01:00
Add AndroidStudio gitignore file
This commit is contained in:
parent
03c0beb080
commit
52eec8d558
32
AndroidStudio.gitignore
Normal file
32
AndroidStudio.gitignore
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# 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/
|
||||||
|
|
||||||
|
# IDE specific configuration
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# Intellij module files
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# Crashlytics auto-generated file for Android Studio plugin
|
||||||
|
com_crashlytics_export_strings.xml
|
Loading…
Reference in New Issue
Block a user