Add JetBrains IDE project files to .gitignore

for those of us who use these IDEs
pull/6/head
Spencer Brown 2015-12-08 15:37:48 -06:00
parent 41cb3d6a39
commit 2a10556f3f
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -9,6 +9,10 @@
.project
.settings/**
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml
# This is where the result of the go build goes
/output/**
/output