Files
software-station/.dockerignore
Sudo-Ivan e2c80671fa
Some checks failed
CI / build (push) Failing after 30s
renovate / renovate (push) Successful in 1m25s
Add "Task" build and development process with Taskfile integration
- Added Taskfile.yml to streamline build, development, and testing tasks.
- Updated README to reflect new build instructions and development environment setup using `go-task`.
- Included `.taskfile.env` and `.task` in .dockerignore and .gitignore for better environment management.
- Modified asset loading in verifier.ts to include integrity and cross-origin attributes for security.
- Updated SRI generation script to handle both directory and single file inputs for improved flexibility.
2025-12-27 22:35:12 -06:00

30 lines
346 B
Plaintext

.git
.gitignore
Dockerfile
.dockerignore
# Go
vendor/
software-station
*.out
*.test
coverage.out
# Frontend
node_modules/
frontend/node_modules/
frontend/build/
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
.taskfile.env
.task