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:
parent
023030c035
commit
547e4fc9f3
|
|
@ -0,0 +1,18 @@
|
||||||
|
# Dependencies
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# OS files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Editor files
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Secrets (if any)
|
||||||
|
.env
|
||||||
|
*.key
|
||||||
Loading…
Reference in New Issue