drfeely.com/.gitignore

40 lines
392 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-10-20 19:25:25 +00:00
node_modules
.pnp
.pnp.js
2023-07-23 14:44:58 +00:00
# testing
2023-10-20 19:25:25 +00:00
coverage
2023-07-23 14:44:58 +00:00
# next.js
2023-10-20 19:25:25 +00:00
.next/
out/
2023-07-23 14:44:58 +00:00
# production
2023-10-20 19:25:25 +00:00
build
out
2023-07-23 14:44:58 +00:00
# misc
2023-10-20 19:25:25 +00:00
.DS_Store
*.pem
2023-07-23 14:44:58 +00:00
# debug
2023-10-20 19:25:25 +00:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2023-07-23 14:44:58 +00:00
# local env files
2023-10-20 19:25:25 +00:00
.env*.local
2023-07-23 14:44:58 +00:00
# vercel
2023-10-20 19:25:25 +00:00
.vercel
2023-07-23 14:44:58 +00:00
# typescript
2023-10-20 19:25:25 +00:00
*.tsbuildinfo
next-env.d.ts
2023-07-23 18:31:41 +00:00
# private assets
2023-10-20 19:25:25 +00:00
private