updated gitignore
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -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/
|
||||
temp/
|
||||
|
||||
# Infrastructure CDK
|
||||
infrastructure/cdk/dist/
|
||||
infrastructure/cdk/cdk.out/
|
||||
infrastructure/cdk/*.js
|
||||
infrastructure/cdk/*.d.ts
|
||||
Reference in New Issue
Block a user