From 1287ab642f99114c3ba2008abdfb94e7fa88727f Mon Sep 17 00:00:00 2001 From: Jason Tedor <jason@tedor.me> Date: Tue, 12 Jul 2016 10:01:52 -0400 Subject: [PATCH] Add additional IntelliJ project file to Git ignore This commit adds the IntelliJ ipr extension to .gitignore. These project files are created when running the Maven goal idea:idea. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a107f43f..f6c0392d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ output* # ignore standard IntelliJ files .idea/ *.iml +*.ipr *.iws # ignore standard Vim and Emacs temp files -- GitLab