Skip to content

Commit

Permalink
updated git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jrivard committed Dec 1, 2015
1 parent d2d0f0c commit bb13eea
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bb13eea

Please sign in to comment.