Skip to content

Commit

Permalink
Updated .gitignore files to ignore testing artifacts (#3709)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandamaged committed Mar 6, 2020
1 parent 85888ce commit 1ae9312
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -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/*
Expand Down
3 changes: 3 additions & 0 deletions test/.gitignore
@@ -0,0 +1,3 @@
# Random artifacts that are generated during testing
*.sqlite3

0 comments on commit 1ae9312

Please sign in to comment.