From 4e0df136f06ca6b0d142059afb79670217caa5e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=96=E5=8F=81?= Date: Fri, 8 Mar 2024 08:29:03 +0800 Subject: [PATCH] gitignore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5f83f51..ac4b5ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -games/saves +game/saves .vscode/ @@ -8,4 +8,6 @@ traceback.txt cache/ -.DS_Store \ No newline at end of file +.DS_Store + +*.rpyc \ No newline at end of file