Remove .test-tools from vc

This commit is contained in:
Fred Boniface 2022-12-20 23:50:51 +00:00
parent 2dfd01cdf5
commit d330c3fddc
3 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
.test-tools
# ---> Node
# Logs
logs

View File

@ -8,7 +8,7 @@ services:
MONGO_INITDB_ROOT_USERNAME: owl
MONGO_INITDB_ROOT_PASSWORD: twittwoo
volumes:
- mongo-test:/var/lib/mysql
- mongo-test:/data/db
ports:
- 27017:27017
volumes:

View File

@ -56,5 +56,6 @@ async function clean(input) {
}
module.exports = {
init
init,
outputToFile
}