Skip to content

Commit

Permalink
Merge pull request #4473 from sul-dlss/ignore-sqlite
Browse files Browse the repository at this point in the history
Ignore more kinds of sqlite files
  • Loading branch information
cbeer authored Nov 13, 2024
2 parents 8ddbae5 + 4e098fb commit bf88f20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
/.capistrano

# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
/db/*.sqlite3*

# ignore jetty directory
/jetty
Expand Down

0 comments on commit bf88f20

Please sign in to comment.