Update .gitignore to ignore Intellij metadata files

This commit is contained in:
Phillip Wittrock
2019-11-07 08:02:52 -08:00
parent 0029a8ce32
commit 018698ec85

3
.gitignore vendored
View File

@@ -5,6 +5,9 @@
*.so
*.dylib
.idea
*.iml
# Test binary, build with `go test -c`
*.test