1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 05:16:10 +01:00
slate/.gitignore
Ian Storm Taylor 6ab686ae77 Refactor benchmarks (#675)
* first stab

* refactor to nanobench

* refactor to matcha

* use hand-rolled comparison logic, ugh

* update threshold

* remove unused dependencies

* remove benchmarks from travis ci
2017-03-21 17:38:39 -07:00

17 lines
171 B
Plaintext

# Build files.
dist
examples/build.dev.js
examples/build.prod.js
lib
# Temporary files.
bench/output
tmp
# Gitbook files.
_book
# NPM files.
node_modules
npm-debug.log