commit a16d527fe41f7834bf43b97f76e846e33ce952e3 Author: Hoshi <1196756653@qq.com> Date: Tue Aug 20 17:57:29 2024 +0800 Initial commit with .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ba89b8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +HELP.md +/target/ +!.mvn/wrapper/maven-wrapper.jar + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr