Commit 2a10556f authored by Spencer Brown's avatar Spencer Brown

Add JetBrains IDE project files to .gitignore

for those of us who use these IDEs
parent 41cb3d6a
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
.project .project
.settings/** .settings/**
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml
# This is where the result of the go build goes # This is where the result of the go build goes
/output/** /output/**
/output /output
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment