From 36dc0401897f1376267d2414ffbd793ecd138ccb Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 25 Sep 2025 09:14:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=AE=8C=E5=96=84.gitignore,=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ .idea/checkstyle-idea.xml | 4 +++- .idea/smarthomework.iml | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..12a8622 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/.vscode/ +/.idea/ +/generated_questions/ +/out/ diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml index 0b111c4..37b6070 100644 --- a/.idea/checkstyle-idea.xml +++ b/.idea/checkstyle-idea.xml @@ -4,7 +4,9 @@ 11.0.1 JavaOnly