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:
parent
6c75292e1e
commit
42962a6767
@ -28,3 +28,7 @@ proguard/
|
|||||||
*.iws
|
*.iws
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
# Gradle build files
|
||||||
|
.gradle
|
||||||
|
.settings
|
||||||
|
build/
|
||||||
|
Loading…
Reference in New Issue
Block a user