1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 16:35:44 +01:00

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
This commit is contained in:
Brad McManus 2013-09-13 15:22:42 -07:00
parent 6c75292e1e
commit 42962a6767

View File

@ -28,3 +28,7 @@ proguard/
*.iws *.iws
.idea/ .idea/
# Gradle build files
.gradle
.settings
build/