From c43ceb20457aa89a59d8514eaa71ea48f5f0ccd1 Mon Sep 17 00:00:00 2001 From: gcarq Date: Sun, 22 Apr 2018 00:35:04 +0200 Subject: [PATCH] add config*.json to .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c1bb0be68..e5ac932f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # Freqtrade rules freqtrade/tests/testdata/*.json hyperopt_conf.py -config.json +config*.json *.sqlite .hyperopt logfile.txt