Skip to content

Commit

Permalink
chore: gitignore sqlite files created during chopsticks tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler committed Dec 14, 2023
1 parent 1b97b44 commit 6e2e2f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# local chopsticks test files
db.sqlite*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

Expand Down

0 comments on commit 6e2e2f9

Please sign in to comment.