From 6c078f23e46fe32dfdd4d1647234bce97c8d158c Mon Sep 17 00:00:00 2001 From: Ed Date: Sun, 23 Jul 2023 22:30:46 +0200 Subject: [PATCH] Updated gitignore to not leak credentials --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d90118c..d8d1bb8 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ res/propic/propic_* # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +config.py