1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-13 19:57:00 +01:00
slate/.gitignore

23 lines
250 B
Plaintext
Raw Normal View History

2016-11-17 19:10:39 -08:00
# Build files.
2016-09-14 17:02:35 -07:00
dist
2016-07-29 12:44:35 -07:00
examples/build.dev.js
examples/build.prod.js
2016-11-17 19:10:39 -08:00
lib
# Temporary files.
bench/output
tmp
2016-11-17 19:10:39 -08:00
# Gitbook files.
_book
2016-11-17 19:10:39 -08:00
# Package files.
lerna-debug.log
2016-11-17 19:10:39 -08:00
node_modules
2016-11-01 16:46:21 +01:00
npm-debug.log
yarn-error.log
packages/*/yarn.lock
# OS files.
.DS_Store