From 557879451cdae31b8b3d5c9b7e4eff4e105a74ed Mon Sep 17 00:00:00 2001 From: annihilator708 Date: Tue, 22 May 2018 22:38:26 +0200 Subject: [PATCH] secure config files to block them in ignore file --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ad6467..5f2b3dc 100644 --- a/.gitignore +++ b/.gitignore @@ -103,4 +103,6 @@ venv.bak/ # mypy .mypy_cache/ -.idea/ \ No newline at end of file +/src/config/Config.json +/src/config/PrivateConfig.json +.idea/