mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-01 05:16:10 +01:00
23 lines
234 B
Plaintext
23 lines
234 B
Plaintext
# Build files.
|
|
*.js.map
|
|
dist
|
|
examples/build.*.js
|
|
lib
|
|
|
|
# Temporary files.
|
|
bench/output
|
|
tmp
|
|
|
|
# Gitbook files.
|
|
_book
|
|
|
|
# Package files.
|
|
lerna-debug.log
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-error.log
|
|
packages/*/yarn.lock
|
|
|
|
# OS files.
|
|
.DS_Store
|