commit 595e90040d03c7e49cc798709c3a1239738fd16f Author: Hoshi <1196756653@qq.com> Date: Tue Aug 20 17:57:27 2024 +0800 Initial commit with .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/*