From 2a836fb42f5a12b7eba64138e1dd0583e17b224d Mon Sep 17 00:00:00 2001 From: liquanyu Date: Thu, 16 Mar 2023 08:54:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=87=E6=BB=A4target=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e7b4d42..768ab63 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,7 @@ tmp /.vs *.log *.rar -*.zip \ No newline at end of file +*.zip +/target/ +target +*.class \ No newline at end of file -- 1.8.3.1