Added to gitignore: prod and dev token files and channels files
This commit is contained in:
parent
18498440f4
commit
3ba9ae75cf
|
|
@ -3,4 +3,8 @@
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|
||||||
.token
|
.token
|
||||||
|
.token.dev
|
||||||
|
.token.prod
|
||||||
channels.json
|
channels.json
|
||||||
|
channels.json.dev
|
||||||
|
channels.json.prod
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue