Files
software-station/.gitignore
Sudo-Ivan 621b54092d
All checks were successful
CI / build (push) Successful in 54s
Update .dockerignore and .gitignore to include additional test-related files
- 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.
2025-12-27 03:30:30 -06:00

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