From bae76c016fca742c8a9d97dca25a96abf55a18cc Mon Sep 17 00:00:00 2001 From: Laszlo <47461634+Lacah@users.noreply.github.com> Date: Sun, 5 Oct 2025 20:50:53 +0200 Subject: [PATCH] Update .gitignore Ignore checksum and README everywhere --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0b2ee2a..eb50ba0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -# Ignore checksum.txt files inside the app folder (e.g. b812ceb69337a210633378917cba10bc/checksum.txt) -*/checksum.txt +# Ignore checksum and README files anywhere +**/checksum.txt +**/README.md