31 lines
321 B
Plaintext
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
|
|
|