Files
portfolio/.gitignore
tyler 4e51dd4a83
All checks were successful
Build and Deploy / deploy (push) Successful in 51s
feat/polish (#5)
Reorder homepage sections (journey above projects), refine component styles, update copy and data across projects, timeline, and homelab.

Reviewed-on: #5
2026-04-20 00:34:50 +00:00

34 lines
309 B
Plaintext

# dependencies
/node_modules
/.pnp
.pnp.js
# next.js
/.next/
/out/
# production
/build
# testing
/coverage
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
# docs
/docs