diff options
| author | Fuwn <[email protected]> | 2021-04-27 17:02:09 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-27 17:02:09 -0700 |
| commit | 64cb1207fac4a86bebae1ea1cd64547fa7a5b22b (patch) | |
| tree | 2d0812b3398663c52e7824bb38e51acd6ed6f578 /.gitignore | |
| parent | etc: Add a Say Thanks button :) (diff) | |
| download | whirl-64cb1207fac4a86bebae1ea1cd64547fa7a5b22b.tar.xz whirl-64cb1207fac4a86bebae1ea1cd64547fa7a5b22b.zip | |
feature: New configuration file format
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -11,16 +11,16 @@ Cargo.lock # IDE /.idea/ -whirl.iml +/whirl.iml # Development /src/_*.* -whirl.db -.whirlrc.toml +/whirl.db +/Whirl.toml # DB Browser -whirl.db-shm -whirl.db-wal +/whirl.db-shm +/whirl.db-wal # Wireshark *.pcapng |