mirror of https://github.com/Mai-with-u/MaiBot.git
chore: 更新.gitignore,添加JetBrains相关文件和目录,移除.env文件
parent
c83fbc1529
commit
c4d1df3d48
|
|
@ -190,7 +190,6 @@ cython_debug/
|
|||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
.env
|
||||
|
||||
# jieba
|
||||
jieba.cache
|
||||
|
|
@ -199,4 +198,9 @@ jieba.cache
|
|||
!.vscode/settings.json
|
||||
|
||||
# direnv
|
||||
/.direnv
|
||||
/.direnv
|
||||
|
||||
# JetBrains
|
||||
.idea
|
||||
*.iml
|
||||
*.ipr
|
||||
|
|
|
|||
Loading…
Reference in New Issue