未验证 提交 5460abf2 编写于 作者: A Anthony Morris 提交者: GitHub

[Examples] Add .next to .gitignore (#15088)

The TypeScript blog starter didn't have `.next` in the `.gitignore` file.
上级 9b711883
.env
.now
\ No newline at end of file
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
# testing
/coverage
# Next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# Vercel
.vercel
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册