Update .dockerignore and .gitignore to include additional test-related files
All checks were successful
CI / build (push) Successful in 54s

- 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.
This commit is contained in:
2025-12-27 03:30:30 -06:00
parent 9f28e7b328
commit 621b54092d
2 changed files with 6 additions and 0 deletions

View File

@@ -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

3
.gitignore vendored
View File

@@ -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