Files
cluster/.gitignore
2025-11-09 15:19:11 +08:00

48 lines
405 B
Plaintext

# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
dist/
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# Storage directory
storage/
x-storage/
*.db
main
/tmp/cluster-test
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Frontend
frontend/node_modules/
frontend/dist/
frontend/.vite/
# Logs
*.log
cluster-test