From c1780bb3eed8193c0367a2db12f7158a8561fdd1 Mon Sep 17 00:00:00 2001 From: = Date: Tue, 26 May 2026 00:36:04 +0200 Subject: [PATCH] Fix: Gitignore .txt and .json files --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5149e43..baa62d6 100644 --- a/.gitignore +++ b/.gitignore @@ -56,5 +56,5 @@ coverage/ jacoco.exec # ====== Stock data files and save files ======= # -.txt -.json +*.txt +*.json