From f62bc16858c172310e5767c122acdb51e9c0005f Mon Sep 17 00:00:00 2001 From: lzw-723 Date: Thu, 8 Jan 2026 20:53:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..29bb7f6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.idea/ +.vscode/ + +*.exe +*.db \ No newline at end of file