From 56731a0a2a118727fc40e28d946f43d71c51ae5c Mon Sep 17 00:00:00 2001
From: zhitan-cloud <394600+ustcyc@user.noreply.gitee.com>
Date: 星期一, 17 二月 2025 23:11:02 +0800
Subject: [PATCH] !83 !82 update gitignore Merge pull request !83 from zhitan-cloud/develop1.0

---
 .gitignore                  |    5 +++++
 zhitan-vue/.gitignore       |    2 +-
 zhitan-vue/.env.development |   10 +++-------
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8431ded..e608c29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,11 @@
 ######################################################################
 # IDE
 .DS_Store
+/.DS_Store
+zhitan-admin/.DS_Store
+zhitan-admin/src/.DS_Store
+zhitan-system/.DS_Store
+zhitan-system/src/.DS_Store
 
 ### STS ###
 .apt_generated
diff --git a/zhitan-vue/.env.development b/zhitan-vue/.env.development
index 849d24c..e2c2499 100644
--- a/zhitan-vue/.env.development
+++ b/zhitan-vue/.env.development
@@ -5,11 +5,7 @@
 VITE_APP_ENV = 'development'
 
 # 绯荤粺/寮�鍙戠幆澧�
-# wangxiang
-# VITE_APP_BASE_API = 'http://127.0.0.1:8080'
-# hangmingjun
-# VITE_APP_BASE_API = 'http://127.0.0.1:8080'
-# weishuaishuai
-# VITE_APP_BASE_API = 'https://demo-ems.zhitancloud.com'
 # test
-VITE_APP_BASE_API = 'http://139.159.201.118:8201'
+VITE_APP_BASE_API = 'http://127.0.0.1:8080'
+# hangmingjun
+
diff --git a/zhitan-vue/.gitignore b/zhitan-vue/.gitignore
index 78a752d..920f8b2 100644
--- a/zhitan-vue/.gitignore
+++ b/zhitan-vue/.gitignore
@@ -1,4 +1,4 @@
-.DS_Store
+*/.DS_Store
 node_modules/
 dist/
 npm-debug.log*

--
Gitblit v1.9.3