39 lines
536 B
Text
39 lines
536 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
website/node_modules
|
|
website/.pnp
|
|
website/.pnp.js
|
|
|
|
# testing
|
|
website/coverage
|
|
|
|
# next.js
|
|
website/.next/
|
|
website/out/
|
|
|
|
# production
|
|
website/build
|
|
website/out
|
|
|
|
# misc
|
|
website/.DS_Store
|
|
website/*.pem
|
|
|
|
# debug
|
|
website/npm-debug.log*
|
|
website/yarn-debug.log*
|
|
website/yarn-error.log*
|
|
|
|
# local env files
|
|
website/.env*.local
|
|
|
|
# vercel
|
|
website/.vercel
|
|
|
|
# typescript
|
|
website/*.tsbuildinfo
|
|
website/next-env.d.ts
|
|
|
|
# private assets
|
|
website/private
|