Skip to content

Commit

Permalink
Add JetBrains IDE project files to .gitignore
Browse files Browse the repository at this point in the history
for those of us who use these IDEs
  • Loading branch information
Spencer Brown committed Dec 8, 2015
1 parent 41cb3d6 commit 2a10556
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a10556

Please sign in to comment.