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/