From 672a55878806b720f4ebecfcd5f91270def9fa31 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Fri, 17 May 2019 13:24:54 -0700 Subject: [PATCH] Ignore target/ --- .gitignore_global | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore_global b/.gitignore_global index af302a6..20f9508 100644 --- a/.gitignore_global +++ b/.gitignore_global @@ -9,6 +9,7 @@ node_modules/ *.log *.iml target/* +*/target syntax: regexp (?i)\.iml