mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
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
|