git: 排除plugins目录下其他目录

This commit is contained in:
Rock Chin
2023-01-17 11:07:01 +08:00
parent 0e786660b4
commit 41d0082cee

4
.gitignore vendored
View File

@@ -4,4 +4,6 @@ __pycache__/
database.db
qchatgpt.log
config.py
banlist.py
banlist.py
plugins/
!plugins/__init__.py