mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-11 22:41:00 +01:00
30 lines
608 B
Plaintext
30 lines
608 B
Plaintext
*/target/**
|
|
# IntelliJ test run side-effects
|
|
dependency-check-core/data/
|
|
# Intellij project files
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
.settings
|
|
maven-eclipse.xml
|
|
.externalToolBuilders
|
|
.pmd
|
|
# 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~
|
|
#coverity
|
|
/cov-int/
|
|
/dependency-check-core/nbproject/
|
|
cov-scan.bat |