29 lines
339 B
Plaintext
29 lines
339 B
Plaintext
# Environment Configuration
|
|
.env
|
|
.env.*
|
|
|
|
# Dependency directory
|
|
node_modules
|
|
|
|
# Test coverage directory
|
|
coverage
|
|
|
|
# Ignore Apple macOS Desktop Services Store
|
|
.DS_Store
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# extensions build output
|
|
extensions/*/build
|
|
extensions/*/dist
|
|
|
|
# lock files
|
|
|
|
|
|
|
|
|
|
# Ignore shopify files created during app dev
|
|
.shopify/*
|
|
.shopify.lock |