From d4330943d76408085b2f599efeb23866e0c1ceb4 Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期三, 18 十二月 2024 16:06:57 +0800 Subject: [PATCH] 设备异常告警空数据处理 --- .gitignore | 41 +++++++++-------------------------------- 1 files changed, 9 insertions(+), 32 deletions(-) diff --git a/.gitignore b/.gitignore index 08cb379..e79e3bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,37 +1,14 @@ -node_modules -.DS_Store -.github -dist -.npmrc -.cache +## ide +**/.idea +*.iml +rebel.xml -tests/server/static -tests/server/static/upload +## backend +**/target +**/logs -.local -# local env files -.env.local -.env.*.local -.eslintcache - -# Log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* - -# Editor directories and files -.idea -# .vscode -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? -/os_del.cmd -/.vscode/ -/.history/ -/svn clear.bat +## front +**/*.lock /target/ -- Gitblit v1.9.3