Files
software-station/.gitignore
2025-12-27 02:57:25 -06:00

31 lines
321 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/
hashes.json
test_software.txt
test_hashes.json
test_updater.txt
# OS
.DS_Store
Thumbs.db