initial commit
Format / gofmt (push) Failing after 27s
CI / Build (push) Successful in 51s
CI / Go Tests (push) Failing after 21s

This commit is contained in:
2026-06-06 07:54:44 -05:00
commit 1cc94f2c99
68 changed files with 14615 additions and 0 deletions
+63
View File
@@ -0,0 +1,63 @@
# 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