From 72283af867fd0d97cd08dd42e7523adefb01cad2 Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Fri, 26 Oct 2018 16:11:03 -0400 Subject: [PATCH] Ignore all out/ directories from IntelliJ. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8df1bfa3e..aacd13c86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ ### Intellij ### .idea/ *.iws -/out/ +*/out/ *.iml .idea_modules/ atlassian-ide-plugin.xml