From ea35374ccfcb65a68548255fa0a3304c688211b2 Mon Sep 17 00:00:00 2001 From: Rik Helsen Date: Sun, 16 Jan 2022 16:23:57 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Updated=20`.gitignore`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c1793cd..aec4609 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,13 @@ user_data/mgm-config-private.json user_data/mgm-config-hyperopt.json user_data/strategies/MoniGoManiHyperStrategy.json +# Ignore .last helper files +user_data/.last_command.json +user_data/backtest_results/.last_result.json +user_data/backtest_results/.last_backtest_sell_reasons.log +user_data/hyperopt_results/.last_result.json +user_data/hyperopt_results/.last_ho_results_table.log + # Ignore Release Template Documentation/ReleaseTemplate.md @@ -29,9 +36,6 @@ user_data/plot/ # Ignore Logo Folder Logo/ -# Ignore GitHub Secrets -GitHub-Secrets.txt - # Ignore fthypt and legacy pickle Files *.fthypt *.pickle