chore: add .idea/ to gitignore (#115)

This commit is contained in:
Dane Strandboge
2021-06-10 13:48:23 -05:00
committed by GitHub
parent a387cabcfb
commit ea2cbab67b

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
*.dylib *.dylib
bin/ bin/
dist/ dist/
.idea/
# Test binary, built with `go test -c` # Test binary, built with `go test -c`
*.test *.test