mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-05-22 06:47:20 +02:00
19dc560d56
Former-commit-id: b5c3d472b200965bd772b5744ef53ff74f366ad8
17 lines
240 B
Plaintext
17 lines
240 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
|
|
# vim files
|
|
*.swp
|