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

- 新增 .idea/.gitignore 文件
- 忽略 shelf 和 workspace.xml 文件,保持项目配置的清洁和一致性
This commit is contained in:
sairate 2025-06-01 11:40:43 +08:00
parent 3dadd8d697
commit 49d8fdb761

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

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