Memory updates: corrections, email triage, heartbeat state

- Updated corrections.md with config validation principles
- Email triage rules and logs
- Infrastructure ownership documentation
- Daily memory files through Feb 1
- Heartbeat state tracking
- Added .gitignore to exclude node_modules
This commit is contained in:
Johan Jongsma 2026-02-03 01:02:43 +00:00
parent 023030c035
commit 547e4fc9f3
1 changed files with 18 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
# Dependencies
node_modules/
# OS files
.DS_Store
Thumbs.db
# Editor files
*.swp
*.swo
*~
# Logs
*.log
# Secrets (if any)
.env
*.key