diff options
| author | Fuwn <[email protected]> | 2021-06-09 12:18:17 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-09 12:18:17 +0000 |
| commit | d07d2ed61b7de1d191eb7ef0a149246d52937d69 (patch) | |
| tree | a640e4c9a65d77592d022bd638dc684aab0dd75d /.gitignore | |
| parent | feat(global): move whirl-generated files to their own directories (diff) | |
| download | whirl-d07d2ed61b7de1d191eb7ef0a149246d52937d69.tar.xz whirl-d07d2ed61b7de1d191eb7ef0a149246d52937d69.zip | |
refactor(config): rename `Whirl.toml` to `Config.toml`
Since the configuration file is in the `.whirl` directory, it is redundant to have it's name still
as `Whirl.toml`
BREAKING CHANGE: Configuration file is renamed
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,9 +15,11 @@ Cargo.lock # Development /src/_*.* -/.whirl/ /.secrets /crates/**/target/ +/.whirl/log/ +/.whirl/Config.toml +/.whirl/whirl.sqlite3 # Wireshark *.pcapng |