diff options
author | fxqnlr <[email protected]> | 2023-02-05 09:23:29 +0100 |
---|---|---|
committer | fxqnlr <[email protected]> | 2023-02-05 09:23:29 +0100 |
commit | ff23a11e632812b685f594324e6004c6da81cd4d (patch) | |
tree | 2b503cb25d8ebfbc33d449860e1903a4c6c9513f /.gitignore | |
parent | 2f4b5f1584f88491ea4a6902d69382a0e73aa76d (diff) | |
download | modlist-ff23a11e632812b685f594324e6004c6da81cd4d.tar modlist-ff23a11e632812b685f594324e6004c6da81cd4d.tar.gz modlist-ff23a11e632812b685f594324e6004c6da81cd4d.zip |
Fixed update shit not correctly updating
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,9 +3,11 @@ | |||
3 | /dl | 3 | /dl |
4 | /dl2 | 4 | /dl2 |
5 | /test_tmp | 5 | /test_tmp |
6 | /downloads | ||
6 | .planmodlist.autosave.xopp | 7 | .planmodlist.autosave.xopp |
7 | data.db.cp | 8 | data.db.cp |
8 | export.toml | 9 | export.toml |
9 | config.toml | 10 | config.toml |
10 | /dev | 11 | /dev |
11 | /.fleet \ No newline at end of file | 12 | /.fleet |
13 | /.vscode \ No newline at end of file | ||