Skip to content

Commit

Permalink
Merge pull request #1080 from SUSE/ignore_sqlite_files
Browse files Browse the repository at this point in the history
Ignore sqlite db files
  • Loading branch information
digitaltom authored Jan 30, 2024
2 parents f141f87 + 8c5b50c commit ecf5efb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
/rmt_development
/rmt_test
/rmt_production


# Ignore all logfiles and tempfiles.
/log/*
Expand Down

0 comments on commit ecf5efb

Please sign in to comment.