🙈 Ignore the Pycharm configuration folder and remove redundant configuration items.

This commit is contained in:
BalconyJH 2024-11-03 14:41:25 +08:00
parent 02c04f7773
commit 060ccceecb
No known key found for this signature in database
GPG Key ID: FF602923BD2A1FAF

5
.gitignore vendored
View File

@ -113,6 +113,7 @@ venv/
ENV/ ENV/
env.bak/ env.bak/
venv.bak/ venv.bak/
.env.dev
# Spyder project settings # Spyder project settings
.spyderproject .spyderproject
@ -151,9 +152,7 @@ backup/
extensive_plugin/ extensive_plugin/
test/ test/
bot.py bot.py
data/ .idea/
.env
.env.dev
/resources/text/ /resources/text/
# /resources/image/ # /resources/image/
/resources/temp/ /resources/temp/