Add .env.local and .mcp.json to .gitignore

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Rami Bitar
2026-06-16 23:44:02 -04:00
parent 98dd7741a0
commit cd19a01654

2
.gitignore vendored
View File

@@ -2,3 +2,5 @@
node_modules/* node_modules/*
.next .next
next-env.d.ts next-env.d.ts
.env.local
.mcp.json