From aaf3427777eda94d4477c139a0877ae9a5066903 Mon Sep 17 00:00:00 2001 From: telegnom Date: Mon, 5 Mar 2018 03:39:38 +0100 Subject: [PATCH] updates .gitconfig to ignore config.json --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a1b4f35..d3e9155 100644 --- a/.gitignore +++ b/.gitignore @@ -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/*