aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-09 12:25:27 -0700
committerFuwn <[email protected]>2021-06-09 12:25:27 -0700
commit12c34f165990656fbbd0f043fb8103b5d7c326f0 (patch)
tree3d529d8b89c49959847bcf209998f92e03d403ae /.gitignore
parentrefactor(config): rename `Whirl.toml` to `Config.toml` (diff)
downloadwhirl-12c34f165990656fbbd0f043fb8103b5d7c326f0.tar.xz
whirl-12c34f165990656fbbd0f043fb8103b5d7c326f0.zip
refactor(database): rename database file
The file name `whirl.sqlite3` is redundant as the file is already in the `.whirl` directory. BREAKING CHANGE: Database file renamed
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index eb41bc2..8d69777 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,7 +19,7 @@ Cargo.lock
/crates/**/target/
/.whirl/log/
/.whirl/Config.toml
-/.whirl/whirl.sqlite3
+/.whirl/db.sqlite3
# Wireshark
*.pcapng