Files
ShackMaster/.gitignore
2026-01-08 21:58:12 +01:00

43 lines
415 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
# Logs
*.log