commit c2638211e934b3f271985324e76c4a83f6452922 Author: Hoshi <1196756653@qq.com> Date: Tue Aug 20 17:57:26 2024 +0800 Initial commit with .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5039610 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*/target/* +*/.settings/* +*.classpath +*.project +*.prefs +*.class +*.iml +/.idea/* +*/.svn/* +/log/*