Files
ShackMaster/.gitignore
2026-04-04 12:52:08 +02:00

44 lines
430 B
Plaintext

# 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
cmd/server/web
# Logs
*.log