25 lines
349 B
Plaintext
25 lines
349 B
Plaintext
target/
|
|
work/
|
|
.idea/*
|
|
!.idea/codeStyles/
|
|
*.iml
|
|
|
|
# ignore jenkins.yaml from root and plugin folder (used by many for testing)
|
|
/jenkins.yaml
|
|
/plugin/jenkins.yaml
|
|
plugins.txt
|
|
|
|
# Ignore generated files.
|
|
.project
|
|
.settings
|
|
*/.classpath
|
|
*/.factorypath
|
|
*/.project
|
|
*/.settings
|
|
|
|
# Ignore DS_Store (Mac)
|
|
.DS_Store
|
|
|
|
# Ignore benchmark reports
|
|
jmh-report*.json
|