From d67f0b1850acfac240564abbe8edf0de1223d938 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sun, 8 Aug 2021 13:28:51 +0200 Subject: [PATCH] Ignore credentials.json.bak --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0dbed8ce8..0b6aa59f0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ src/NadekoBot/Command Errors*.txt src/NadekoBot/creds.yml # credentials file after migrations src/NadekoBot/old_credentials.json +src/NadekoBot/credentials.json.bak src/NadekoBot/data/NadekoBot.db # Created by https://www.gitignore.io/api/visualstudio,visualstudiocode,windows,linux,macos