diff --git a/.gitignore b/.gitignore index df1d76e..75812b8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ files/lost.json files/locked.json files/database.json files/ufora_notifications.json +files/commands.json .idea/ __pycache__ .env \ No newline at end of file diff --git a/ignored.md b/ignored.md index 9ce1bdf..a8d3867 100644 --- a/ignored.md +++ b/ignored.md @@ -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.