From 4284a677eae0bef2969fb69757420cc473a853e2 Mon Sep 17 00:00:00 2001 From: slyao Date: Thu, 15 May 2025 10:50:57 +0800 Subject: [PATCH] =?UTF-8?q?init:=20=E5=90=8E=E5=8F=B0=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d4c4bf8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# kdiff3 ignore +*.orig + +# maven ignore +target/ + +# eclipse ignore +.settings/ +.project +.classpath + +# idea ignore +.idea/ +*.ipr +*.iml +*.iws + +# temp ignore +*.log +*.cache +*.diff +*.patch +*.tmp +tmp/ + +# system ignore +.DS_Store +Thumbs.db + +# package ignore (optional) +# *.jar + +#rebel +rebel.xml \ No newline at end of file