From 72e599e263d916d69aedf32c82d9ffb46d53dedb Mon Sep 17 00:00:00 2001 From: Divya Pahuja Date: Wed, 4 Mar 2026 14:32:45 +0530 Subject: [PATCH] Update .gitignore with local config files --- .gitignore | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0fd744c..44ae76b 100644 --- a/.gitignore +++ b/.gitignore @@ -18,8 +18,6 @@ database.sqlite - - /extensions/*/dist # Ignore shopify files created during app dev @@ -27,4 +25,11 @@ database.sqlite .shopify.lock # Hide files auto-generated by react router -.react-router/ \ No newline at end of file +.react-router/ + + +# Configuration and Local Settings +.gemini/ +.cursor/ +.mcp.json +.npmrc \ No newline at end of file