67 lines
723 B
Plaintext
67 lines
723 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin/
|
|
dist/
|
|
platform
|
|
api-gateway
|
|
/audit-service
|
|
/identity-service
|
|
/auth-service
|
|
/authz-service
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Build artifacts
|
|
build/
|
|
*.a
|
|
*.o
|
|
|
|
# Test coverage files
|
|
coverage.txt
|
|
coverage.html
|
|
*.coverprofile
|
|
|
|
# Environment-specific files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
|
|
# Documentation build artifacts
|
|
docs/site/
|
|
docs/.mkdocs_cache/
|
|
|
|
# Docker
|
|
.dockerignore
|
|
|
|
# OS-specific
|
|
Thumbs.db |