rsnext/.gitignore

41 lines
383 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
target
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
2020-08-17 19:39:57 +02:00
/e2e-tests
2018-11-13 11:05:58 +01:00
# Editors
**/.idea
**/.#*
2020-05-19 11:11:14 +02:00
# examples
examples/**/out
2020-05-19 11:11:14 +02:00
examples/**/.env*.local
pr-stats.md
2020-11-09 06:56:39 +01:00
test-timings.json
# Vercel
.vercel
.now