updates .gitconfig to ignore config.json

This commit is contained in:
telegnom 2018-03-05 03:39:38 +01:00 committed by Philipp Klaus
parent 2d07cee36d
commit aaf3427777

6
.gitignore vendored
View File

@ -1,4 +1,6 @@
# Created by .ignore support plugin (hsz.mobi)
# ignore config.json
config.json
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
@ -105,3 +107,5 @@ venv.bak/
# mypy
.mypy_cache/
# idea
.idea/*