From b1e74bb24e7785176e59699cfe8eb4f217c958c8 Mon Sep 17 00:00:00 2001 From: zhang <zc857179121@qq.com> Date: 星期三, 10 九月 2025 10:10:46 +0800 Subject: [PATCH] 1 --- .gitignore | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index f519d1f..7f68d6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,11 @@ +# Compiled class file *.class + +# Log file +*.log + +# BlueJ files +*.ctxt # Mobile Tools for Java (J2ME) .mtj.tmp/ @@ -6,9 +13,14 @@ # Package Files # *.jar *.war +*.nar *.ear +*.zip +*.tar.gz +*.rar # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +target .idea -.gitignore +.gitignore \ No newline at end of file -- Gitblit v1.9.1