From bb13eea3f47d69789ca6f0a848a3f0be4474b429 Mon Sep 17 00:00:00 2001 From: Jason Rivard Date: Mon, 30 Nov 2015 22:59:10 -0500 Subject: [PATCH] updated git ignore --- .gitignore | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1420351d3..faf2637fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,18 @@ -/pwm/supplemental/build/work -/pwm/supplemental/build/artifacts +# PWM Project gitignore files +# +# Maven Output +/target + +# Eclipse Project Files /.project /.settings -/target /.classpath + +# IntelliJ Project Files +.idea/ +/*.iml + +# Older PWM versions defaulted the applicationPath dir to WEB-INF. This section ignores them if the applicationPath is set to WEB-INF. /src/main/webapp/WEB-INF/logs /src/main/webapp/WEB-INF/PwmConfiguration.xml /src/main/webapp/WEB-INF/backup