From 621b54092ded68961cd6257de85f2bdbd39cbdbd Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Sat, 27 Dec 2025 03:30:30 -0600 Subject: [PATCH] Update .dockerignore and .gitignore to include additional test-related files - Added .salt, test-hashes.json, and test_handlers_hashes.json to both .dockerignore and .gitignore for improved file management and to prevent unnecessary files from being included in builds and version control. --- .dockerignore | 3 +++ .gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.dockerignore b/.dockerignore index 1bc3b17..3780c35 100644 --- a/.dockerignore +++ b/.dockerignore @@ -20,8 +20,11 @@ frontend/.svelte-kit/ # Application Data .cache/ +.salt hashes.json test_software.txt test_hashes.json +test-hashes.json test_updater.txt +test_handlers_hashes.json diff --git a/.gitignore b/.gitignore index b05676a..0313be4 100644 --- a/.gitignore +++ b/.gitignore @@ -19,10 +19,13 @@ frontend/.env # Application Data .cache/ +.salt hashes.json test_software.txt test_hashes.json +test-hashes.json test_updater.txt +test_handlers_hashes.json # OS .DS_Store