mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-24 20:22:53 +00:00
121 lines
1.9 KiB
Plaintext
121 lines
1.9 KiB
Plaintext
# Node dependencies
|
|
node_modules/
|
|
server/node_modules/
|
|
|
|
# Environment variables
|
|
.env
|
|
server/.env
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
data/acknowledgements.json
|
|
data/alert-rules.json
|
|
data/custom-thresholds.json
|
|
data/active-alerts.json
|
|
data/notification-history.json
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
*.lcov
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Build outputs
|
|
build/
|
|
dist/
|
|
src/public/output.css
|
|
|
|
# Optional files
|
|
.DS_Store
|
|
|
|
# Local Documentation (Not for Repo)
|
|
RELEASE_PROCEDURE.md
|
|
|
|
# Cursor IDE configuration/rules
|
|
.cursor/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Feature Ideas - Should not be tracked
|
|
docs/feature_ideas/
|
|
|
|
# Proxmox API Documentation - Should not be tracked
|
|
docs/proxmox-api/
|
|
|
|
# Dependency directories
|
|
jspm_packages/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional VS Code files
|
|
.vscode/
|
|
|
|
# Test coverage
|
|
/coverage/
|
|
|
|
# Local configuration files
|
|
RELEASE_CHECKLIST.md
|
|
AI_WORKFLOW.md
|
|
AI_WORKFLOW_SETUP.md
|
|
CLAUDE.md
|
|
ALERT_MANAGEMENT_REFACTOR_PLAN.md
|
|
|
|
# Lockfiles
|
|
# package-lock.json # Usually committed, but ignore if specified elsewhere
|
|
server/package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# Release tarballs
|
|
*.tar.gz
|
|
pulse-*.tar.gz
|
|
|
|
# Update mechanism
|
|
backup/
|
|
temp/
|
|
|
|
# Development/test files
|
|
docker-compose.zen.yml
|
|
toggle-debug.html
|
|
zen-mcp-server/
|
|
|
|
# Temporary files
|
|
CHANGELOG_TEMP.md
|
|
commits.txt
|
|
|
|
# Runtime data files (ensure all JSON files in data/ are ignored except templates)
|
|
data/*.json
|
|
!data/*.json.template
|
|
!data/*.json.example
|