77 lines
765 B
Plaintext
77 lines
765 B
Plaintext
# Binaries
|
|
/bin/
|
|
/manager
|
|
/runner
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Dependency directories
|
|
/vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Database files
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
jiggablend.db
|
|
jiggablend.db.wal
|
|
jiggablend.db-shm
|
|
|
|
# Secrets and configuration
|
|
runner-secrets.json
|
|
runner-secrets-*.json
|
|
*.secret
|
|
.env
|
|
.env.local
|
|
|
|
# Storage directories
|
|
jiggablend-storage/
|
|
jiggablend-workspaces/
|
|
|
|
# Node.js
|
|
web/node_modules/
|
|
web/dist/
|
|
web/.vite/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Build artifacts
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
/tmp/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
.DS_Store
|
|
|