mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35:44 +01:00
Exclude gradle local files
Gradle build tool used in Android Studio has local files that should not be included.
This commit is contained in:
parent
651845a85a
commit
825f6b1358
@ -29,3 +29,5 @@ proguard/
|
|||||||
*.iws
|
*.iws
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
# Gradle through Android Studio
|
||||||
|
.gradle/
|
||||||
|
Loading…
Reference in New Issue
Block a user