From 63b1d0f0c69f1765cba13c32b10ee6c07081f568 Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Mon, 29 Jul 2024 01:32:21 +0200 Subject: [PATCH] Update .gitignore (#26) Co-authored-by: MegaMech --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9afc2eaa5..03e0c0674 100755 --- a/.gitignore +++ b/.gitignore @@ -108,4 +108,9 @@ mingw64/ torch.hash.yml build* cmake* -.idea \ No newline at end of file +.idea + +# the game +default.sav +imgui.ini +spaghettify.cfg.json \ No newline at end of file