1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 16:35:44 +01:00
gitignore/Android.gitignore
Brad McManus 42962a6767 Update Android.gitignore for Gradle builds
The new Android build system is based upon Gradle and introduces a new set
of folders and files that should not be committed to version control systems.

Here is an article from the Gradle docs that explains the Gradle wrapper and
which file should and shouldn't be present in VSC:

http://www.gradle.org/docs/current/userguide/gradle_wrapper.html
2013-09-13 15:22:42 -07:00

35 lines
379 B
Plaintext

# 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
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# Gradle build files
.gradle
.settings
build/