From 595e90040d03c7e49cc798709c3a1239738fd16f Mon Sep 17 00:00:00 2001 From: Hoshi <1196756653@qq.com> Date: Tue, 20 Aug 2024 17:57:27 +0800 Subject: [PATCH] Initial commit with .gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f2f5eb2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*/target/* +*/.settings/* +*.classpath +*.project +*.prefs +*/*.iml +*.class +/.idea/* +*/.svn/* +/log/* +*/libraries/*