Files
s1d3sw1ped 1cc94f2c99
Format / gofmt (push) Failing after 27s
CI / Build (push) Successful in 51s
CI / Go Tests (push) Failing after 21s
initial commit
2026-06-06 07:54:44 -05:00

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