2016-10-25 18:44:56 +00:00
|
|
|
# build output
|
2016-10-05 23:52:50 +00:00
|
|
|
dist
|
2017-02-16 22:55:28 +00:00
|
|
|
.next
|
2016-10-25 18:44:56 +00:00
|
|
|
|
|
|
|
# dependencies
|
|
|
|
node_modules
|
2017-07-23 17:51:12 +00:00
|
|
|
package-lock.json
|
2018-09-02 13:17:37 +00:00
|
|
|
yarn.lock
|
2018-01-31 07:35:10 +00:00
|
|
|
test/node_modules
|
2016-10-25 18:44:56 +00:00
|
|
|
|
2018-02-27 12:16:17 +00:00
|
|
|
# logs & pids
|
2017-05-09 23:24:34 +00:00
|
|
|
*.log
|
2018-02-27 12:16:17 +00:00
|
|
|
pids
|
2016-10-25 18:44:56 +00:00
|
|
|
|
2016-11-15 08:24:20 +00:00
|
|
|
# coverage
|
|
|
|
.nyc_output
|
|
|
|
coverage
|
2017-04-06 10:09:26 +00:00
|
|
|
|
2017-05-09 21:03:20 +00:00
|
|
|
# test output
|
2017-05-15 04:01:02 +00:00
|
|
|
test/**/out
|
2017-04-06 10:09:26 +00:00
|
|
|
.DS_Store
|
2018-11-13 10:05:58 +00:00
|
|
|
|
|
|
|
# Editors
|
|
|
|
**/.idea
|