Update .gitignore to ignore the Gradle build/ directory.

This commit is contained in:
John Blum
2018-04-02 22:48:48 -07:00
parent d95b19bf98
commit 12c608aeaf

1
.gitignore vendored
View File

@@ -4,4 +4,5 @@
*.DS_Store
.gradle/
.idea/
build/
target/