From 97f6aa105db424e3bb9ebf9d1f9a1645acef4082 Mon Sep 17 00:00:00 2001 From: Stijn De Clercq Date: Tue, 3 Nov 2020 16:19:21 +0100 Subject: [PATCH] Add commands file to ignores --- .gitignore | 1 + ignored.md | 6 ++++++ 2 files changed, 7 insertions(+) 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.