33 lines
430 B
Plaintext
33 lines
430 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
|
|
|
|
# ngrok tunnel file
|
|
config/tunnel.pid
|
|
|
|
# vite build output
|
|
dist/
|
|
|
|
# extensions build output
|
|
extensions/*/build
|
|
|
|
# unwanted folders and files
|
|
myslider/
|
|
|
|
# Node library SQLite database
|
|
web/server/src/database/database.sqlite
|
|
shopify.app.toml
|