🔧 chore(git): 添加.gitignore文件忽略无关文件

- 忽略log目录、target目录、.DS_Store和.vscode文件夹
- 清理readme中无关内容,保留启动说明
This commit is contained in:
Qihang Zhang 2025-04-20 22:29:17 +08:00
parent c574ccd631
commit 081ac8a0f1
2 changed files with 5 additions and 8 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
log
target/
.DS_Store
.vscode

View File

@ -2,11 +2,4 @@
- JAVA为17版本
- maven Samservice的compile下载所有的依赖
- SamLims-web/src/main/java中有个WebApplication.app启动
# 参考gitignore
log
.gitignore
target/
.DS_Store
.vscode
- SamLims-web/src/main/java中有个WebApplication.app启动