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

26 lines
229 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
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
!/yarn.lock
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-05-09 21:03:20 +00:00
# test output
2017-05-15 04:01:02 +00:00
test/**/out
.DS_Store
2018-11-13 10:05:58 +00:00
# Editors
**/.idea