commit 4ec3a4d650e2eee0e4a3cc987f65e3cc257fb522 Author: Hoshi <1196756653@qq.com> Date: Tue Aug 20 17:57:28 2024 +0800 Initial commit with .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..70c43ea --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*/target/* +*/.settings/* +*.classpath +*.project +*.prefs +*.class +*.iml +/.idea/* +*/.svn/* +target \ No newline at end of file