Добавить config.py в .gitignore
- Добавлен config.py и LichessClientTG_bot/config.py в .gitignore - Удален config.py из отслеживания git (файл остается локально)
This commit is contained in:
parent
974b5ea603
commit
cb1c6b9caf
2 changed files with 4 additions and 23 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -44,6 +44,10 @@ logs/
|
|||
.env.local
|
||||
.env.backup
|
||||
|
||||
# Config files
|
||||
config.py
|
||||
LichessClientTG_bot/config.py
|
||||
|
||||
# Node modules (если будут использоваться)
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue