first commit
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user