51 lines
460 B
Plaintext
51 lines
460 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Local env files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Turbo
|
|
.turbo
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Build Outputs
|
|
.next/
|
|
out/
|
|
build
|
|
dist
|
|
.source/
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
.idea/
|
|
.vscode/
|
|
|
|
robots.txt
|
|
*sitemap*.xml
|
|
|
|
.contentlayer
|
|
.content-collections
|
|
.source
|
|
|
|
install-state.gz
|
|
|
|
tsconfig.tsbuildinfo
|
|
next-env.d.ts |