Add commands file to ignores

pull/70/head
Stijn De Clercq 2020-11-03 16:19:21 +01:00
parent 0439b634d9
commit 97f6aa105d
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@ files/lost.json
files/locked.json files/locked.json
files/database.json files/database.json
files/ufora_notifications.json files/ufora_notifications.json
files/commands.json
.idea/ .idea/
__pycache__ __pycache__
.env .env

View File

@ -10,6 +10,12 @@ Contains the application's token to connect to Discord. You can create your own
token_goes_here 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 ### 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. 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.