Pulse/.gitignore
Pulse Monitor b34eecea5c chore: clean up repository
- Remove test binaries (pulse-test, test-pulse)
- Remove internal DOCKER_PUSH_INSTRUCTIONS.md
- Remove empty testing-tools folder
- Update .gitignore to exclude test files and internal docs
- Clean up unnecessary files from repo
2025-08-06 21:55:36 +00:00

63 lines
626 B
Text

# Binaries
/bin/
pulse
# Logs
*.log
# OS files
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# Go
*.exe
*.dll
*.so
*.dylib
*.test
*.out
vendor/
pulse-test
test-pulse
# Node.js (for frontend-modern)
node_modules/
.npm/
.yarn/
frontend-modern/.vite/
# Environment
.env
.env.local
.env.*.local
# Build outputs
dist/
build/
*.tar.gz
pulse-fixes*.tar.gz
# Claude-specific files
CLAUDE.md
.claude*
claude-*
fix-claude-*
backend
# Release process files
CHANGELOG.md
pulse-release/
pulse-release-staging/
release/
# Development scripts
scripts/backend-watch.sh
temp/
RELEASE_CHECKLIST.md
DOCKER_PUSH_INSTRUCTIONS.md