mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-22 23:23:56 -06:00
31478ae591
* Ignore .flattened-pom.xml files from the CI-friendly flattening * Allow newer versions to squelch version warning * * switch to CI-friendly revisions in Maven * add flattener * refactor version tags * remove unecesary indirection in poms which break version intellisense * * switch to CI-friendly revisions in Maven * add flattener * refactor version tags * remove unnecessary indirection in poms which break version intellisense * deleting commented code * version dep updates * streamline LUT trimming options * use a more explicit regex substituion technique * specify updated okhttp version * update resources plugin to bugfixed version * exclude filtering for problematic files
22 lines
247 B
Plaintext
22 lines
247 B
Plaintext
.nosqlbench/**
|
|
.run/**
|
|
workspaces/**
|
|
workshop/**
|
|
local/**
|
|
metrics/**
|
|
bin/**
|
|
**/.idea
|
|
**/*.iml
|
|
**/target
|
|
**/.classpath
|
|
**/.project
|
|
**/.settings
|
|
**/*.log
|
|
**/logs
|
|
**/*.*log
|
|
**/generated
|
|
**/.DS_Store
|
|
**/generated/**
|
|
**/.flattened-pom.xml
|
|
/deptree.txt
|