vercel-og-with-tweaks/.gitignore

41 lines
437 B
Plaintext
Raw Permalink Normal View History

2022-11-04 23:02:31 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Dependencies
/node_modules
/.pnp
.pnp.js
# Testing
/coverage
# Next.js
/.next/
/out/
# Production
build
dist
# Misc
.DS_Store
*.pem
# 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
# Turborepo
.turbo
# typescript
*.tsbuildinfo