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 # Translations
*.mo *.mo
*.pot *.pot
.idea/
# Django stuff: # Django stuff:
*.log *.log
local_settings.py local_settings.py