Modify .gitignore
This commit is contained in:
parent
786ff481bc
commit
f91b1836a8
|
@ -1,12 +1,11 @@
|
||||||
__pycache__
|
__pycache__
|
||||||
database/db.db
|
|
||||||
database/__pycache__
|
|
||||||
handlers/__pycache__
|
handlers/__pycache__
|
||||||
filters/__pycache__
|
filters/__pycache__
|
||||||
config/__pycache__
|
config/__pycache__
|
||||||
modules/__pycache__
|
modules/__pycache__
|
||||||
|
env
|
||||||
|
db.db
|
||||||
.env
|
.env
|
||||||
pyrightconfig.json
|
pyrightconfig.json
|
||||||
session.session
|
session.session
|
||||||
session.session-journal
|
session.session-journal
|
||||||
env
|
|
||||||
|
|
|
@ -25,8 +25,8 @@ Logging admin command actions in database.
|
||||||
|
|
||||||
## Configuration .env
|
## Configuration .env
|
||||||
|
|
||||||
| Name | Description |
|
| environment variables | description |
|
||||||
|-----------------------------------| -------------------------------- |
|
|-----------------------------------|----------------------------------|
|
||||||
| `bot_token` | Telegram bot token |
|
| `bot_token` | Telegram bot token |
|
||||||
| `telegram_bot_api_server` | Telegram bot api server |
|
| `telegram_bot_api_server` | Telegram bot api server |
|
||||||
| `db_url` | Connection info to database |
|
| `db_url` | Connection info to database |
|
||||||
|
|
Reference in New Issue