64 lines
613 B
Plaintext
64 lines
613 B
Plaintext
# Binaries
|
|
helix-proxy
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Explicitly include the cmd/helix-proxy folder
|
|
!cmd/helix-proxy
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Env files
|
|
.env
|
|
.env.*
|
|
|
|
# Build / dist
|
|
dist/
|
|
ui/dist/
|
|
ui/node_modules/
|
|
node_modules/
|
|
|
|
# Data (user runtime, volumes)
|
|
data/
|
|
logs/
|
|
*.sqlite
|
|
*.sqlite-shm
|
|
*.sqlite-wal
|
|
|
|
# Keys / secrets
|
|
keys.json
|
|
*.pem
|
|
*.key
|
|
|
|
# IDE / editor
|
|
.idea/
|
|
.vscode/
|
|
.playwright-mcp/
|
|
*.swp
|
|
*~
|
|
|
|
# Screenshots
|
|
*.png
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Misc
|
|
tmp/
|
|
*.log
|