Update .dockerignore and .gitignore to include additional test-related files
All checks were successful
CI / build (push) Successful in 54s
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:
@@ -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
3
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user