From af91caf04eada24def9278bb251286b35975f761 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期四, 09 五月 2024 14:36:30 +0800
Subject: [PATCH] 删除并忽略dist

---
 .gitignore |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 66f30e3..9184c55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 node_modules
 .DS_Store
-dist
+*dist
+*dist1
 .npmrc
 .cache
 .turbo
@@ -40,7 +41,4 @@
 /yarn.lock
 package-lock.json
 pnpm-lock.yaml
-.history
-#/internal/eslint-config/dist
-#/internal/vite-config/dist
-*dist1
\ No newline at end of file
+.history
\ No newline at end of file

--
Gitblit v1.9.3