diff --git a/.gitignore b/.gitignore index 5cd4e404..0bc69f6c 100644 --- a/.gitignore +++ b/.gitignore @@ -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/* diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 00000000..226175a0 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,3 @@ +# Random artifacts that are generated during testing +*.sqlite3 +