From c560d9e13c94b174da9130504b8121e0e8d5fae8 Mon Sep 17 00:00:00 2001 From: jackiettran <41605212+jackiettran@users.noreply.github.com> Date: Thu, 15 Jan 2026 12:07:24 -0500 Subject: [PATCH] updated gitignore --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0a12845..d41dc2a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ node_modules/ .env.development.local .env.test.local .env.production.local +.env.dev .mcp.json .claude @@ -64,4 +65,10 @@ frontend/.env.local # Uploads uploads/ -temp/ \ No newline at end of file +temp/ + +# Infrastructure CDK +infrastructure/cdk/dist/ +infrastructure/cdk/cdk.out/ +infrastructure/cdk/*.js +infrastructure/cdk/*.d.ts \ No newline at end of file