From 54d63417e38063a2dbe138ad5729c21dde46ee84 Mon Sep 17 00:00:00 2001
From: xinzhedeai <2291006094@qq.com>
Date: Wed, 5 Mar 2025 10:16:44 +0800
Subject: [PATCH] fix: gitignore

---
 .gitignore | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index a8cac09..546cf99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,14 +8,7 @@
 /yarn.lock
 /package-lock.json
 
-# production
-/dist
 
 # misc
 .DS_Store
 
-# umi
-/src/.umi
-/src/.umi-production
-/src/.umi-test
-/.env.local
\ No newline at end of file
-- 
2.22.0