Files
claude-mnemonic/.gitignore
T
lukaszraczylo a59b9b1622 chore: remove hand-rolled telemetry pkg; ignore build binaries
- delete internal/telemetry (replaced by oss-telemetry library in prev commit)
- gitignore root /mcp and /worker build artifacts
2026-05-24 03:03:57 +01:00

91 lines
998 B
Plaintext

# Binaries
bin/
/mcp
/worker
*.exe
*.exe~
*.dll
*.so
*.dylib
# Go
*.test
*.out
coverage.out
coverage.html
*.prof
# Vendor (if not committing)
# vendor/
# IDE
.idea/
.vscode/
.claude/
*.swp
*.swo
*~
.DS_Store
# Node.js / Vue
ui/node_modules/
ui/dist/
ui/.vite/
ui/package.json
docs/node_modules/
docs/dist/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build artifacts
dist/
build/
*.tar.gz
*.zip
# Embedded static files (built from ui/dist)
internal/worker/static/*
!internal/worker/static/placeholder.html
# Environment and secrets
.env
.env.local
.env.*.local
*.pem
*.key
credentials.json
# Local development
*.local
.claude-mnemonic/
tmp/
temp/
# Test artifacts
__debug_bin*
.test/
# OS generated
Thumbs.db
ehthumbs.db
Desktop.ini
# Logs
logs/
*.log
# Database files (local dev)
*.db
*.db-wal
*.db-shm
# goreleaser
dist/
docs/dist
# Non-template plugin configs (keep only .tpl files in plugin/ dir)
plugin/.claude-plugin/plugin.json
plugin/.claude-plugin/marketplace.json