From 3326d9a7148b8d378242e2f03e68e866eda08ca5 Mon Sep 17 00:00:00 2001 From: Max Mayfield Date: Sun, 1 Mar 2026 03:14:37 +0000 Subject: [PATCH] Add .gitignore files for P2-P6 --- products/02-iac-drift-detection/.gitignore | 7 +++++++ products/03-alert-intelligence/.gitignore | 6 ++++++ products/04-lightweight-idp/.gitignore | 6 ++++++ products/05-aws-cost-anomaly/.gitignore | 6 ++++++ products/06-runbook-automation/.gitignore | 7 +++++++ 5 files changed, 32 insertions(+) create mode 100644 products/02-iac-drift-detection/.gitignore create mode 100644 products/03-alert-intelligence/.gitignore create mode 100644 products/04-lightweight-idp/.gitignore create mode 100644 products/05-aws-cost-anomaly/.gitignore create mode 100644 products/06-runbook-automation/.gitignore diff --git a/products/02-iac-drift-detection/.gitignore b/products/02-iac-drift-detection/.gitignore new file mode 100644 index 0000000..aa517ce --- /dev/null +++ b/products/02-iac-drift-detection/.gitignore @@ -0,0 +1,7 @@ +node_modules/ +dist/ +.env +*.log +coverage/ +.DS_Store +target/ diff --git a/products/03-alert-intelligence/.gitignore b/products/03-alert-intelligence/.gitignore new file mode 100644 index 0000000..85de54b --- /dev/null +++ b/products/03-alert-intelligence/.gitignore @@ -0,0 +1,6 @@ +node_modules/ +dist/ +.env +*.log +coverage/ +.DS_Store diff --git a/products/04-lightweight-idp/.gitignore b/products/04-lightweight-idp/.gitignore new file mode 100644 index 0000000..85de54b --- /dev/null +++ b/products/04-lightweight-idp/.gitignore @@ -0,0 +1,6 @@ +node_modules/ +dist/ +.env +*.log +coverage/ +.DS_Store diff --git a/products/05-aws-cost-anomaly/.gitignore b/products/05-aws-cost-anomaly/.gitignore new file mode 100644 index 0000000..85de54b --- /dev/null +++ b/products/05-aws-cost-anomaly/.gitignore @@ -0,0 +1,6 @@ +node_modules/ +dist/ +.env +*.log +coverage/ +.DS_Store diff --git a/products/06-runbook-automation/.gitignore b/products/06-runbook-automation/.gitignore new file mode 100644 index 0000000..aa517ce --- /dev/null +++ b/products/06-runbook-automation/.gitignore @@ -0,0 +1,7 @@ +node_modules/ +dist/ +.env +*.log +coverage/ +.DS_Store +target/