diff options
| author | Fuwn <[email protected]> | 2021-03-29 13:32:04 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-29 13:32:04 +0000 |
| commit | 35bb0eb06f2b7d9b44ec41b4a23e715ad65169b7 (patch) | |
| tree | cde9dfe55db0160f80c461bce0566759af0384b5 /.gitignore | |
| parent | feature: Use TOML as config instead of environment variables (diff) | |
| download | whirl-35bb0eb06f2b7d9b44ec41b4a23e715ad65169b7.tar.xz whirl-35bb0eb06f2b7d9b44ec41b4a23e715ad65169b7.zip | |
etc: Rename database file
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,5 +19,5 @@ worlds.db whirl.toml # DB Browser -worlds.db-shm -worlds.db-wal +whirl.db-shm +whirl.db-wal |