commit cce16488589ef2efe1aac76a15027c9e757cbfd7 Author: Hoshi <1196756653@qq.com> Date: Sat May 18 16:48:34 2024 +0800 Initial commit with .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a61b73c --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*/target/* +*/.settings/* +*.classpath +*.project +*.prefs +*.class +*.iml +/.idea/* +*/.svn/* \ No newline at end of file