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