28 lines
296 B
Plaintext
28 lines
296 B
Plaintext
.git
|
|
.gitignore
|
|
README.md
|
|
LICENSE
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# Go
|
|
vendor/
|
|
software-station
|
|
*.out
|
|
*.test
|
|
coverage.out
|
|
|
|
# Frontend
|
|
node_modules/
|
|
frontend/node_modules/
|
|
frontend/build/
|
|
frontend/.svelte-kit/
|
|
|
|
# Application Data
|
|
.cache/
|
|
hashes.json
|
|
test_software.txt
|
|
test_hashes.json
|
|
test_updater.txt
|
|
|