fix(config): 从.gitignore中移除错误添加的自定义目录

This commit is contained in:
Zuoling Rong
2025-05-05 16:31:23 +08:00
parent 859e46ee32
commit 4fcac06c9a

5
.gitignore vendored
View File

@@ -27,11 +27,6 @@ test-bookmarks.sh
# 个人笔记 # 个人笔记
docs/* docs/*
# 自定义配置文件
config/user/*
config.user.yml
bookmarks.user.yml
# 测试相关文件 # 测试相关文件
jest.config.js jest.config.js
tests/ tests/