From 80b02f61399a80964a367ffe1b09516481014819 Mon Sep 17 00:00:00 2001 From: zcy Date: Wed, 3 Sep 2025 17:06:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B3=A8=E9=87=8A=E5=92=8Cre?= =?UTF-8?q?adme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- .idea/.gitignore | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore diff --git a/.gitignore b/.gitignore index 9b79526..569443a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ build __pycache__ .sconsign.dblite .vscode -*.class \ No newline at end of file +*.class +/out/ +/.idea/ diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml