rsnext/examples/with-next-sitemap/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

41 lines
471 B
Text
Raw Normal View History

2020-08-30 03:55:58 +02:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
2020-08-30 03:55:58 +02:00
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
2020-08-30 03:55:58 +02:00
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# next sitemap build
public/robots.txt
public/sitemap.xml
public/sitemap-*.xml