From 70aadd31cd5c0ed9bd339744049b58bc4c491b01 Mon Sep 17 00:00:00 2001 From: Laszlo <47461634+Lacah@users.noreply.github.com> Date: Sat, 4 Oct 2025 20:32:03 +0200 Subject: [PATCH] Create .gitignore Ignore checksum --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b2ee2a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Ignore checksum.txt files inside the app folder (e.g. b812ceb69337a210633378917cba10bc/checksum.txt) +*/checksum.txt