66 lines
857 B
Plaintext
66 lines
857 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin/
|
|
dist/
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
coverage.txt
|
|
*.coverprofile
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Configuration files with secrets
|
|
configs/config.yaml
|
|
configs/*.yaml
|
|
!configs/config.example.yaml
|
|
!configs/multi.example.yaml
|
|
|
|
# IDE/Editor files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Docker
|
|
.dockerignore
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Build artifacts
|
|
seo-optimizer
|
|
cmd/optimizer/optimizer
|
|
|
|
# Testing
|
|
.test/
|
|
testdata/
|
|
/data/optimizations/pending/5126_1769378005.json
|
|
/data/optimizations/pending/5620_1769378105.json
|
|
/data/optimizations/pending/6024_1769377905.json
|
|
/data/optimizations/pending/6198_1769379471.json
|