chore: 添加 Idea 项目配置文件到 gitignore

- 新增 .idea/.gitignore 文件
- 忽略 shelf 和 workspace.xml 文件,保持项目配置的清洁和一致性
This commit is contained in:
sairate 2025-06-01 10:51:23 +08:00
parent 14d4894861
commit 86b4525a0f

3
.idea/.gitignore generated vendored Normal file
View File

@ -0,0 +1,3 @@
# 默认忽略的文件
/shelf/
/workspace.xml