Update .gitignore to ignore the .gradle/ directory.

This commit is contained in:
John Blum
2018-04-02 13:26:17 -07:00
parent f464f2ed80
commit d95b19bf98

1
.gitignore vendored
View File

@@ -2,5 +2,6 @@
*.ipr
*.iws
*.DS_Store
.gradle/
.idea/
target/