mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-05-22 23:07:37 +02:00
ace1a060db
Former-commit-id: ae244ade9664cb739e38a562628d8bb5d8603d1e
18 lines
345 B
Plaintext
18 lines
345 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/** |