jonbio/.gitignore

48 lines
545 B
Plaintext
Raw Normal View History

2024-10-14 00:18:50 -05:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2024-10-13 20:29:10 -05:00
2024-10-14 00:18:50 -05:00
# dependencies
/node_modules
/.pnp
.pnp.js
/.yarn/*
!/.yarn/releases
!/.yarn/plugins
!/.yarn/sdks
2024-10-13 20:29:10 -05:00
2024-10-14 00:18:50 -05:00
# testing
/coverage
2024-10-13 20:29:10 -05:00
2024-10-14 00:18:50 -05:00
# next.js
/.next/
/out/
public/sitemap.xml
.vercel
2024-10-13 20:29:10 -05:00
2024-10-14 00:18:50 -05:00
# production
/build
*.xml
2024-10-13 20:29:10 -05:00
2024-10-14 00:18:50 -05:00
# rss feed
/public/feed.xml
2024-10-13 20:29:10 -05:00
2024-10-14 00:18:50 -05:00
# search
/public/search.json
2024-10-13 20:29:10 -05:00
2024-10-14 00:18:50 -05:00
# misc
.DS_Store
2024-10-13 20:29:10 -05:00
2024-10-14 00:18:50 -05:00
# debug
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2024-10-13 20:29:10 -05:00
2024-10-14 00:18:50 -05:00
# local env files
.env.local
2024-10-13 20:29:10 -05:00
.env.development.local
.env.test.local
.env.production.local
2024-10-14 00:18:50 -05:00
# Contentlayer
.contentlayer