chore: 忽略 .idea 目录

- 在 .gitignore 文件中添加 .idea/目录,以忽略 IDE 相关的配置文件
This commit is contained in:
黄建武
2025-05-02 15:10:57 +08:00
parent 94220c8b97
commit fd3b105821

2
.gitignore vendored
View File

@@ -190,7 +190,7 @@ cover/
# Translations
*.mo
*.pot
.idea/
# Django stuff:
*.log
local_settings.py