diff options
| author | Fuwn <[email protected]> | 2021-04-27 17:02:09 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-27 17:02:09 +0000 |
| commit | fc5c05bce7a5f9d763d72b870717a530dfcf9524 (patch) | |
| tree | a9112c07c3cef656be38715cf143797529fbdbb2 /.gitignore | |
| parent | etc: Add a Say Thanks button :) (diff) | |
| download | whirl-fc5c05bce7a5f9d763d72b870717a530dfcf9524.tar.xz whirl-fc5c05bce7a5f9d763d72b870717a530dfcf9524.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 |