From ebc701d2374ddef3fb985be85c49c5cdcd5425a7 Mon Sep 17 00:00:00 2001
From: liuwh <964324856@qq.com>
Date: Mon, 23 Jun 2025 18:18:09 +0800
Subject: [PATCH] fix:修改详情中修改问题属地回显问题

---
 .gitignore |   42 ++++++++++++++++++++----------------------
 1 files changed, 20 insertions(+), 22 deletions(-)

diff --git a/.gitignore b/.gitignore
index a4af05a..0bf5448 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,28 +1,26 @@
-# Logs
-logs
-*.log
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
 
-# Runtime data
-pids
-*.pid
-*.seed
+# dependencies
+/node_modules
+/.cursor
+/.pnp
+.pnp.js
 
-# Directory for instrumented libs generated by jscoverage/JSCover
-lib-cov
+# testing
+/coverage
 
-# Coverage directory used by tools like istanbul
-coverage
+# production
+/build
 
-# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
-.grunt
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
 
-# Compiled binary addons (http://nodejs.org/api/addons.html)
-build/Release
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
 
-# Dependency directory
-# Commenting this out is preferred by some people, see
-# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
-node_modules
-
-# Users Environment Variables
-.lock-wscript
+package-lock.json

--
Gitblit v1.8.0