Updated .gitignore files to ignore testing artifacts (#3709)

This commit is contained in:
Brian Lauber 2020-03-06 16:24:24 -05:00 committed by GitHub
parent 85888ce3c2
commit 1ae9312fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

4
.gitignore vendored
View File

@ -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
View File

@ -0,0 +1,3 @@
# Random artifacts that are generated during testing
*.sqlite3