add config*.json to .gitignore

This commit is contained in:
gcarq 2018-04-22 00:35:04 +02:00
parent 9ab4953472
commit c43ceb2045

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
# Freqtrade rules # Freqtrade rules
freqtrade/tests/testdata/*.json freqtrade/tests/testdata/*.json
hyperopt_conf.py hyperopt_conf.py
config.json config*.json
*.sqlite *.sqlite
.hyperopt .hyperopt
logfile.txt logfile.txt