mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-01-31 20:48:30 +01:00
27 lines
256 B
Plaintext
27 lines
256 B
Plaintext
# Build files.
|
|
*.js.map
|
|
build/
|
|
dist/
|
|
lib/
|
|
|
|
# Temporary files.
|
|
tmp/
|
|
|
|
# Gitbook files.
|
|
_book/
|
|
|
|
# Package files.
|
|
lerna-debug.log
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
packages/*/yarn.lock
|
|
|
|
# OS files.
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Editor files
|
|
.tern-port
|