Add config.yaml to .gitignore
This commit is contained in:
parent
3c5602b10b
commit
39b31dd2e5
|
@ -9,5 +9,8 @@ env3/
|
|||
# Bot local files
|
||||
*.db
|
||||
|
||||
# Config file
|
||||
config.yaml
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
|
|
Loading…
Reference in New Issue