From 34b25b23cdb89f047e153fb8d08c577b59f0aad9 Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期四, 12 十二月 2024 15:13:56 +0800
Subject: [PATCH] 修改MQTT故障上报

---
 .gitignore |   42 ++++++++++++------------------------------
 1 files changed, 12 insertions(+), 30 deletions(-)

diff --git a/.gitignore b/.gitignore
index a0b9717..e79e3bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,34 +1,16 @@
-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
+## front
+**/*.lock
 
-# 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
+/target/
+**/target
+**/logs

--
Gitblit v1.9.3