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