Files
DependencyCheck/.gitignore
Jeremy Long be7443a0a0 updated to ignore .LCKpom.xml~
Former-commit-id: dbbf41fb2d10206ef167f78d04de01e92c4d90ae
2014-03-10 11:25:40 -04:00

20 lines
425 B
Plaintext

*/target/**
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# Eclipse project files
.classpath
.project
# Netbeans configuration
nb-configuration.xml
/target/
#maven-shade-plugin generated pom
dependency-reduced-pom.xml
#ruby Gemfile, etc. This is a java project, Gemfile is here to check site problem with Jekyll
Gemfile
Gemfile.lock
_site/**
#unknown as to why these are showing up... but need to be ignored.
.LCKpom.xml~