From bf2f8093a49a3432be62e9fdae073e82ac78bd04 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 17 Jan 2021 16:41:02 -0500 Subject: [PATCH] Ignore IML (IntelliJ) files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c9e48537..29d77cb9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ release.properties /.classpath /.project /.settings/ +/commons-csv.iml