mirror of
https://github.com/Shopify/draggable.git
synced 2026-02-01 16:46:56 +00:00
28 lines
328 B
Plaintext
28 lines
328 B
Plaintext
# Ignore OS Specific files
|
|
.DS_Store
|
|
|
|
# Ignore the SASS cache
|
|
.sass-cache
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Ignore dev
|
|
.dev
|
|
|
|
# Ignore secrets.json
|
|
secrets.json
|
|
|
|
# Ignore scrap and distribution folders
|
|
scrap
|
|
dist
|
|
|
|
# Ignore generated reports and manifests
|
|
assets-manifest.json
|
|
bundle-report.html
|
|
|
|
# Dependency directory
|
|
node_modules
|
|
packages
|