mirror of
https://github.com/knex/knex.git
synced 2025-06-26 22:00:25 +00:00
Updated .gitignore files to ignore testing artifacts (#3709)
This commit is contained in:
parent
85888ce3c2
commit
1ae9312fa4
4
.gitignore
vendored
4
.gitignore
vendored
@ -16,6 +16,10 @@ tmp
|
||||
bin/migrations-folder
|
||||
bin/db.sqlite3
|
||||
|
||||
# Other artifacts created during testing
|
||||
/knexfile.js
|
||||
|
||||
|
||||
# Bench stuff
|
||||
test/bench/temp
|
||||
test/coverage/*
|
||||
|
3
test/.gitignore
vendored
Normal file
3
test/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Random artifacts that are generated during testing
|
||||
*.sqlite3
|
||||
|
Loading…
x
Reference in New Issue
Block a user