meta: Ignore IntellJ IDEA project files

This commit is contained in:
James Nugent 2018-06-21 18:05:28 -05:00 committed by Matt Ellis
parent 34be8203dd
commit d6248bb1d5

3
.gitignore vendored
View file

@ -6,6 +6,9 @@ coverage.cov
Pipfile.lock
**/dist
/.idea/
*.iml
# Go tests run "in tree" and this folder will linger if they fail (the integration test framework cleans
# it up when they pass.)
**/command-output/