aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-09 12:18:17 +0000
committerFuwn <[email protected]>2021-06-09 12:18:17 +0000
commitd07d2ed61b7de1d191eb7ef0a149246d52937d69 (patch)
treea640e4c9a65d77592d022bd638dc684aab0dd75d /.gitignore
parentfeat(global): move whirl-generated files to their own directories (diff)
downloadwhirl-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--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3904a26..eb41bc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,9 +15,11 @@ Cargo.lock
# Development
/src/_*.*
-/.whirl/
/.secrets
/crates/**/target/
+/.whirl/log/
+/.whirl/Config.toml
+/.whirl/whirl.sqlite3
# Wireshark
*.pcapng