From 7c955b314483ca04202cedc73e490e94466fd119 Mon Sep 17 00:00:00 2001 From: Wonder Date: Sun, 5 Oct 2025 16:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=94=A7Chore:=20=E5=A2=9E=E5=8A=A0=20Gi?= =?UTF-8?q?t=20ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a6f778 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# JetBrains +.idea/ + +# Compiled class file +*.class + +# Log file +*.log + + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# 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* +replay_pid* \ No newline at end of file