This commit is contained in:
2026-01-08 21:58:12 +01:00
parent 795248f7f2
commit 1ee0afa088
9 changed files with 725 additions and 0 deletions

43
.gitignore vendored Normal file
View File

@@ -0,0 +1,43 @@
# Binaries
shackmaster-server
shackmaster-client
*.exe
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# Config files with secrets
configs/config.yaml
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Frontend
web/node_modules/
web/dist/
web/build/
web/.svelte-kit/
web/package-lock.json
# Logs
*.log