rsnext/.gitignore

31 lines
287 B
Text
Raw Normal View History

2016-10-25 20:44:56 +02:00
# build output
2016-10-06 01:52:50 +02:00
dist
2017-02-16 23:55:28 +01:00
.next
2016-10-25 20:44:56 +02:00
# dependencies
node_modules
2017-07-23 19:51:12 +02:00
package-lock.json
2018-09-02 15:17:37 +02:00
yarn.lock
!/yarn.lock
test/node_modules
2016-10-25 20:44:56 +02:00
2018-02-27 13:16:17 +01:00
# logs & pids
2017-05-10 01:24:34 +02:00
*.log
2018-02-27 13:16:17 +01:00
pids
2016-10-25 20:44:56 +02:00
2016-11-15 09:24:20 +01:00
# coverage
.nyc_output
coverage
2017-05-09 23:03:20 +02:00
# test output
test/**/out*
test/**/next-env.d.ts
.DS_Store
2018-11-13 11:05:58 +01:00
# Editors
**/.idea
# example output
examples/**/out