mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-27 01:15:48 +02:00
Add commands file to ignores
This commit is contained in:
parent
0439b634d9
commit
97f6aa105d
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,6 +9,7 @@ files/lost.json
|
|||
files/locked.json
|
||||
files/database.json
|
||||
files/ufora_notifications.json
|
||||
files/commands.json
|
||||
.idea/
|
||||
__pycache__
|
||||
.env
|
||||
|
|
@ -10,6 +10,12 @@ Contains the application's token to connect to Discord. You can create your own
|
|||
|
||||
token_goes_here
|
||||
|
||||
### files/commands.json
|
||||
|
||||
Contains info on every command's usage. These are dynamically added, so this is just an emtpy json file.
|
||||
|
||||
{}
|
||||
|
||||
### files/database.json
|
||||
|
||||
Contains the credentials needed to connect to the PSQL database. This is ignored so that I don't have to leak my IP address, but also so that you can set up a local database to mess around without affecting the Live one or having to change any code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue