diff options
| author | Fuwn <[email protected]> | 2021-06-09 12:25:27 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-09 12:25:27 -0700 |
| commit | 12c34f165990656fbbd0f043fb8103b5d7c326f0 (patch) | |
| tree | 3d529d8b89c49959847bcf209998f92e03d403ae /.gitignore | |
| parent | refactor(config): rename `Whirl.toml` to `Config.toml` (diff) | |
| download | whirl-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-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Cargo.lock /crates/**/target/ /.whirl/log/ /.whirl/Config.toml -/.whirl/whirl.sqlite3 +/.whirl/db.sqlite3 # Wireshark *.pcapng |