From 5718edc76ef477a8552467855f8263546a8f3db7 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 15 Sep 2017 17:54:21 +0200 Subject: [PATCH] chore: Ignore IntelliJ /out directory This change adds the /out directory to the .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 34e94b5..84386be 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,7 @@ hs_err_pid* # IntelliJ /out/ .idea/ +*/out # mpeltonen/sbt-idea plugin .idea_modules/