1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/.gitignore

16 lines
119 B
Plaintext
Raw Normal View History

2016-10-25 18:44:56 +00:00
# build output
2016-10-05 23:52:50 +00:00
dist
2016-10-25 18:44:56 +00:00
# dependencies
node_modules
# logs
npm-debug.log
# other
.next
2016-11-15 08:24:20 +00:00
# coverage
.nyc_output
coverage