diff options
| author | Fuwn <[email protected]> | 2021-03-30 11:10:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-30 11:10:49 -0700 |
| commit | 6f75356604470a0de1c721754c7b7ab642ca8218 (patch) | |
| tree | 483bf8fea0beeca6dfff6e5f66e6bcaa13c03f6f /.gitignore | |
| parent | format: Preinitialize vector with elements (diff) | |
| download | whirl-6f75356604470a0de1c721754c7b7ab642ca8218.tar.xz whirl-6f75356604470a0de1c721754c7b7ab642ca8218.zip | |
fix: Ignore database file when commiting
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ whirl.iml # Development /src/_*.* -worlds.db +whirl.db whirl.toml # DB Browser |