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.
34 lines
370 B
Plaintext
34 lines
370 B
Plaintext
# Binaries
|
|
software-station
|
|
software-station.exe
|
|
|
|
# Go
|
|
vendor/
|
|
*.out
|
|
*.test
|
|
coverage.out
|
|
|
|
# Frontend
|
|
node_modules/
|
|
frontend/node_modules/
|
|
frontend/build/
|
|
frontend/.svelte-kit/
|
|
frontend/.env
|
|
.env
|
|
.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
|
|
Thumbs.db
|
|
|