mirror of
https://github.com/Shopify/draggable.git
synced 2025-12-08 20:15:56 +00:00
27 lines
405 B
Plaintext
27 lines
405 B
Plaintext
# Ignore OS Specific files
|
|
.DS_Store
|
|
|
|
# Ignore the SASS cache
|
|
.sass-cache
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Dependency directory
|
|
# Deployed apps should consider commenting this line out:
|
|
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
|
node_modules
|
|
|
|
example.html
|
|
|
|
coverage/
|
|
docs/
|
|
build/
|
|
.rollup.cache/
|
|
|
|
.github/actions/**/*.js
|
|
|
|
# 'cause we are all yarny and stuff
|
|
package-lock.json
|