jonbio/.gitignore

48 lines
545 B
Plaintext
Raw Normal View History

2021-01-09 17:50:45 +08:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
2023-07-07 11:17:22 +08:00
/.yarn/*
!/.yarn/releases
!/.yarn/plugins
!/.yarn/sdks
2021-01-09 17:50:45 +08:00
# testing
/coverage
# next.js
/.next/
/out/
public/sitemap.xml
.vercel
# production
/build
2021-01-13 18:34:50 +08:00
*.xml
2023-07-07 11:17:22 +08:00
# rss feed
2023-07-07 11:17:22 +08:00
/public/feed.xml
# search
/public/search.json
2021-01-09 17:50:45 +08:00
# misc
.DS_Store
# debug
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
2023-07-07 11:17:22 +08:00
.env.production.local
# Contentlayer
.contentlayer