mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-20 06:01:24 +02:00
update ignore files
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -1,19 +1,18 @@
|
|||||||
# Build files.
|
# Build files.
|
||||||
*.js.map
|
*.js.map
|
||||||
dist
|
dist/
|
||||||
examples/build.*.js
|
examples/build.*.js
|
||||||
lib
|
lib/
|
||||||
|
|
||||||
# Temporary files.
|
# Temporary files.
|
||||||
bench/output
|
tmp/
|
||||||
tmp
|
|
||||||
|
|
||||||
# Gitbook files.
|
# Gitbook files.
|
||||||
_book
|
_book/
|
||||||
|
|
||||||
# Package files.
|
# Package files.
|
||||||
lerna-debug.log
|
lerna-debug.log
|
||||||
node_modules
|
node_modules/
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
packages/*/yarn.lock
|
packages/*/yarn.lock
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
examples/build.prod.js
|
examples/build.*.js
|
||||||
node_modules/
|
node_modules/
|
||||||
package.json
|
package.json
|
||||||
packages/*/dist/
|
packages/*/dist/
|
||||||
|
Reference in New Issue
Block a user