From 2a10556f3fa7bcf6ecd88c54ede0a50664bc0e5e Mon Sep 17 00:00:00 2001 From: Spencer Brown Date: Tue, 8 Dec 2015 15:37:48 -0600 Subject: [PATCH] Add JetBrains IDE project files to .gitignore for those of us who use these IDEs --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ba6b65e0c7a..8eb4dd32785 100644 --- a/.gitignore +++ b/.gitignore @@ -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