From 547e4fc9f343fed2b6d09492754c1115aa9ec247 Mon Sep 17 00:00:00 2001 From: Johan Jongsma Date: Tue, 3 Feb 2026 01:02:43 +0000 Subject: [PATCH] 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 --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f6bf9c4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Dependencies +node_modules/ + +# OS files +.DS_Store +Thumbs.db + +# Editor files +*.swp +*.swo +*~ + +# Logs +*.log + +# Secrets (if any) +.env +*.key