From f1d079f9c0b3d384090477ca54e0548373d62b57 Mon Sep 17 00:00:00 2001 From: zhongrj <646384940@qq.com> Date: Thu, 16 Jan 2025 11:56:39 +0800 Subject: [PATCH] 配置修改 --- web_src/.gitignore | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/web_src/.gitignore b/web_src/.gitignore new file mode 100644 index 0000000..541a820 --- /dev/null +++ b/web_src/.gitignore @@ -0,0 +1,14 @@ +.DS_Store +node_modules/ +/dist/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln -- Gitblit v1.9.3