From 939412494038160f62d7e6aab9559d955ccf9eab Mon Sep 17 00:00:00 2001 From: liupoppo Date: Mon, 18 Aug 2025 16:29:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E4=B8=B4=E6=97=B6=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9=E5=8A=A0=E5=85=A5Git=E5=BF=BD=E7=95=A5?= 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..81ab424 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/.idea/ +**/debug/ +**/target/ +**/.idea/ +**/logs/ \ No newline at end of file