From be38fc68768afa3be7eadb2b02796f0cc429a9c8 Mon Sep 17 00:00:00 2001 From: hsc Date: Mon, 7 Apr 2025 17:45:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=97=A0=E5=85=B3=E6=96=87=E4=BB=B6=E7=9A=84=20.gitignore=20?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 忽略 Maven 构建目录 /target - 忽略 IntelliJ IDEA 项目配置文件 /.idea- 忽略未定义日志路径文件 /log.path_IS_UNDEFINED- 忽略临时文件目录 /tmp --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bd378b --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/target +/.idea +/log.path_IS_UNDEFINED +/tmp \ No newline at end of file