This re-enable deploy-previews through Netlify. It will check if changes where made to the ./docs folder and build + deploy the preview if so. Otherwise, it will deploy a dummy preview. This also removes the netlify script to deploy in production whenever we push to master, as this is now handled by Travis.
11 lines
127 B
Text
11 lines
127 B
Text
.DS_Store
|
|
coverage/
|
|
node_modules/
|
|
dist/
|
|
.idea/
|
|
npm-debug.log*
|
|
yarn-error.log
|
|
dist-es5-module/
|
|
tmp
|
|
docs/.textlintcache
|
|
.netlify
|