Added to gitignore: prod and dev token files and channels files

This commit is contained in:
Elnath 2021-01-23 17:28:30 +01:00
parent 18498440f4
commit 3ba9ae75cf
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -3,4 +3,8 @@
__pycache__/ __pycache__/
.token .token
.token.dev
.token.prod
channels.json channels.json
channels.json.dev
channels.json.prod