51 lines
486 B
Plaintext
51 lines
486 B
Plaintext
# Binaries
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin/
|
|
dist/
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
coverage.html
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go workspace files (local only)
|
|
go.work.sum
|
|
*.go.sum
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
*.env
|
|
|
|
# Node
|
|
node_modules/
|
|
.npm/
|
|
pnpm-lock.yaml
|
|
|
|
# Shared packages
|
|
packages/*/node_modules/
|
|
packages/*/dist/
|
|
|
|
# Build artifacts
|
|
build/
|
|
.next/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|