mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35:44 +01:00
42962a6767
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
35 lines
379 B
Plaintext
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/
|