secure config files to block them in ignore file

This commit is contained in:
annihilator708 2018-05-22 22:38:26 +02:00
parent b8f5f0da0c
commit 557879451c

2
.gitignore vendored
View File

@ -103,4 +103,6 @@ venv.bak/
# mypy # mypy
.mypy_cache/ .mypy_cache/
/src/config/Config.json
/src/config/PrivateConfig.json
.idea/ .idea/