From 1cf1b7ed9193b55d54f448d1d03125464c251004 Mon Sep 17 00:00:00 2001 From: Wangyifei <935057973@qq.com> Date: Tue, 24 Mar 2026 21:36:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0.gitignore=EF=BC=8C=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=BF=BD=E7=95=A5.class=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d083d7f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# 忽略所有Java编译生成的.class文件 +*.class + +# 忽略编译输出目录 +bin/ +out/ +target/ \ No newline at end of file