drfeely.com/.gitignore

39 lines
524 B
Plaintext
Raw Normal View History

2023-07-23 14:44:58 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
2023-08-22 14:57:10 +00:00
website/node_modules
website/.pnp
website/.pnp.js
2023-07-23 14:44:58 +00:00
# testing
2023-08-22 14:57:10 +00:00
website/coverage
2023-07-23 14:44:58 +00:00
# next.js
2023-08-22 14:57:10 +00:00
website/.next/
website/out/
2023-07-23 14:44:58 +00:00
# production
2023-08-22 14:57:10 +00:00
website/build
2023-07-23 14:44:58 +00:00
# misc
2023-08-22 14:57:10 +00:00
website/.DS_Store
website/*.pem
2023-07-23 14:44:58 +00:00
# debug
2023-08-22 14:57:10 +00:00
website/npm-debug.log*
website/yarn-debug.log*
website/yarn-error.log*
2023-07-23 14:44:58 +00:00
# local env files
2023-08-22 14:57:10 +00:00
webiste/.env*.local
2023-07-23 14:44:58 +00:00
# vercel
2023-08-22 14:57:10 +00:00
webiste/.vercel
2023-07-23 14:44:58 +00:00
# typescript
2023-08-22 14:57:10 +00:00
webiste/*.tsbuildinfo
webiste/next-env.d.ts
2023-07-23 18:31:41 +00:00
# private assets
2023-08-22 14:57:10 +00:00
webiste/private