Remove .test-tools from vc
This commit is contained in:
parent
2dfd01cdf5
commit
d330c3fddc
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
.test-tools
|
||||
|
||||
# ---> Node
|
||||
# Logs
|
||||
logs
|
||||
|
@ -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:
|
||||
|
@ -56,5 +56,6 @@ async function clean(input) {
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
init
|
||||
init,
|
||||
outputToFile
|
||||
}
|
Reference in New Issue
Block a user