drfeely.com/.gitignore

40 lines
536 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-09-11 20:34:00 +00:00
website/out
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-09-11 05:22:51 +00:00
website/.env*.local
2023-07-23 14:44:58 +00:00
# vercel
2023-09-11 05:22:51 +00:00
website/.vercel
2023-07-23 14:44:58 +00:00
# typescript
2023-09-11 05:22:51 +00:00
website/*.tsbuildinfo
website/next-env.d.ts
2023-07-23 18:31:41 +00:00
# private assets
2023-09-11 05:22:51 +00:00
website/private