Files
latticelm/.gitignore
Anibal Angulo 7025ec746c
Some checks failed
CI / Test (pull_request) Failing after 1m33s
CI / Lint (pull_request) Failing after 13s
CI / Build (pull_request) Has been skipped
CI / Security Scan (pull_request) Failing after 4m47s
CI / Build and Push Docker Image (pull_request) Has been skipped
Add admin UI
2026-03-05 23:09:27 +00:00

64 lines
715 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/gateway
/cmd/gateway/gateway
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
# Dependency directories
vendor/
# Environment variables and secrets
.env
.env.local
*.key
*.pem
# IDE specific files
.vscode/
.idea/
*.swp
*.swo
*~
# OS specific files
.DS_Store
Thumbs.db
# Build output
/bin/
/dist/
/build/
# Configuration files with secrets
config.yaml
config.json
*-local.yaml
*-local.json
# Logs
*.log
logs/
# Python scripts
__pycache__/*
# Node.js (compliance tests)
tests/node_modules/
# Frontend
frontend/admin/node_modules/
frontend/admin/dist/
internal/admin/dist/