Update .gitignore with local config files
This commit is contained in:
parent
0cb3aa98d2
commit
72e599e263
11
.gitignore
vendored
11
.gitignore
vendored
@ -18,8 +18,6 @@ database.sqlite
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/extensions/*/dist
|
/extensions/*/dist
|
||||||
|
|
||||||
# Ignore shopify files created during app dev
|
# Ignore shopify files created during app dev
|
||||||
@ -27,4 +25,11 @@ database.sqlite
|
|||||||
.shopify.lock
|
.shopify.lock
|
||||||
|
|
||||||
# Hide files auto-generated by react router
|
# Hide files auto-generated by react router
|
||||||
.react-router/
|
.react-router/
|
||||||
|
|
||||||
|
|
||||||
|
# Configuration and Local Settings
|
||||||
|
.gemini/
|
||||||
|
.cursor/
|
||||||
|
.mcp.json
|
||||||
|
.npmrc
|
||||||
Loading…
x
Reference in New Issue
Block a user