commit 6c043685ed0bc0a3cea30d11131f11f53e339416 Author: Hoshi <1196756653@qq.com> Date: Tue Aug 20 17:57:30 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