Add config.yaml to .gitignore
This commit is contained in:
parent
3c5602b10b
commit
39b31dd2e5
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -9,5 +9,8 @@ env3/
|
|||
# Bot local files
|
||||
*.db
|
||||
|
||||
# Config file
|
||||
config.yaml
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
|
|
Loading…
Reference in a new issue