From 03482b5e2d2f909268b70c8851b11b5a9628fa32 Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Mon, 24 Feb 2020 17:21:23 -0600 Subject: [PATCH] update ignore --- .gitignore | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e20e969..701aa95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,25 @@ +# MacOS +.DS_Store + +# Eclipse .classpath .project .settings/ +.factorypath + +# VSCode .vscode/ -*.sh + +# maven target/ + +# intelliJ +*.iml +.idea/ + +# Other +*.sh issue47.txt maven-compiler-plugin/ -.factorypath + +