1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-03 04:02:33 +02:00

Update gitignore, npmignore, readme

This commit is contained in:
Benjamin Kniffler
2016-09-14 02:01:17 +02:00
parent 2cf84d82fb
commit 178983b69a
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
*.sketch *.sketch
dist dist
lib
examples/build.dev.js examples/build.dev.js
examples/build.prod.js examples/build.prod.js
node_modules node_modules

View File

@@ -1,5 +1,5 @@
docs docs
examples examples
lib src
test test
tmp tmp

View File

@@ -112,7 +112,7 @@ If you're using Slate for the first time, check out the [Getting Started](http:/
- [**Reference**](http://docs.slatejs.org/reference/components/editor.html) - [**Reference**](http://docs.slatejs.org/reference/components/editor.html)
- [**FAQ**](http://docs.slatejs.org/concepts/faq.html) - [**FAQ**](http://docs.slatejs.org/concepts/faq.html)
If even that's not enough, you can always [read the source itself](./lib), which is explained along with a handful of readme's. If even that's not enough, you can always [read the source itself](./src), which is explained along with a handful of readme's.
<br/> <br/>