73 lines
787 B
Plaintext
73 lines
787 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Built binaries
|
|
bin/
|
|
dist/
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Coverage reports
|
|
coverage.txt
|
|
coverage.html
|
|
profile.out
|
|
|
|
# Build artifacts
|
|
*.deb
|
|
*.rpm
|
|
*.tar.gz
|
|
*.zip
|
|
|
|
# Local development files
|
|
.local/
|
|
local/
|
|
|
|
data/*
|
|
./bootstrap
|
|
./node
|
|
data/bootstrap/rqlite/
|
|
|
|
.env |