diff options
author | FxQnLr <[email protected]> | 2022-11-01 10:34:52 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2022-11-01 10:34:52 +0100 |
commit | 3dc011c0e93ae127a2f4e20566a02680874bdbf0 (patch) | |
tree | e550472320fd33765446e602edaa898f3aed5b96 | |
parent | 2b7444745376483b536b54a76e480971fb64ec1a (diff) | |
download | modlist-3dc011c0e93ae127a2f4e20566a02680874bdbf0.tar modlist-3dc011c0e93ae127a2f4e20566a02680874bdbf0.tar.gz modlist-3dc011c0e93ae127a2f4e20566a02680874bdbf0.zip |
added autosave to gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ | |||
1 | /target | 1 | /target |
2 | /api-tests | 2 | /api-tests |
3 | data.db \ No newline at end of file | 3 | data.db |
4 | .planmodlist.autosave.xopp | ||