From 081ac8a0f144a2ad6526b8c4993c69d24bf1f29c Mon Sep 17 00:00:00 2001 From: Qihang Zhang Date: Sun, 20 Apr 2025 22:29:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(git):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?.gitignore=E6=96=87=E4=BB=B6=E5=BF=BD=E7=95=A5=E6=97=A0?= =?UTF-8?q?=E5=85=B3=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 忽略log目录、target目录、.DS_Store和.vscode文件夹 - 清理readme中无关内容,保留启动说明 --- .gitignore | 4 ++++ readme.md | 9 +-------- 2 files changed, 5 insertions(+), 8 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc0bb3c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +log +target/ +.DS_Store +.vscode \ No newline at end of file diff --git a/readme.md b/readme.md index babfd19..63c3859 100644 --- a/readme.md +++ b/readme.md @@ -2,11 +2,4 @@ - JAVA为17版本 - maven Samservice的compile下载所有的依赖 -- SamLims-web/src/main/java中有个WebApplication.app启动 - -# 参考gitignore -log -.gitignore -target/ -.DS_Store -.vscode \ No newline at end of file +- SamLims-web/src/main/java中有个WebApplication.app启动 \ No newline at end of file