chore(gitignore): 更新忽略规则以排除IDEA配置文件

- 保留FodyWeavers.xsd文件的忽略规则
- 添加.idea目录及其子目录到忽略列表
- 排除外业端和网盘项目的workspace.xml配置文件
- 忽略网盘项目的查询SQL文件和其他配置文件
- 添加数据源、编码和版本控制相关配置到忽略规则
dev2.0
一梦千年 2026-01-14 09:39:12 +08:00
parent 3640686078
commit 4e549e7436
2 changed files with 10 additions and 1 deletions

11
.gitignore vendored
View File

@ -360,4 +360,13 @@ MigrationBackup/
.ionide/
# Fody - auto-generated XML schema
FodyWeavers.xsd
FodyWeavers.xsd
/.idea/
/.idea/.idea.外业端/.idea/workspace.xml
/.idea/.idea.网盘/.idea/queries/Query.sql
/.idea/.idea.网盘/.idea/.gitignore
/.idea/.idea.网盘/.idea/.name
/.idea/.idea.网盘/.idea/dataSources.xml
/.idea/.idea.网盘/.idea/encodings.xml
/.idea/.idea.网盘/.idea/indexLayout.xml
/.idea/.idea.网盘/.idea/vcs.xml