45 lines
483 B
Plaintext
45 lines
483 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
.yarn/install-state.gz
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build and Cache
|
|
/.cache
|
|
/build
|
|
/app/build
|
|
/public/build/
|
|
/public/_dev
|
|
/app/public/build
|
|
/.react-router/
|
|
/extensions/*/dist
|
|
|
|
# Environment and Secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Shopify Dev
|
|
.shopify/
|
|
.shopify.lock
|
|
/shopify.app.*.toml
|
|
!/shopify.app.toml
|
|
|
|
# IDE and System
|
|
.gemini/
|
|
.cursor/
|
|
.mcp.json
|
|
.npmrc
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.bak |