Files
jsdoc-cheatsheet/.gitignore
v0 78b6b47075 fix: resolve deployment error with dark theme configuration
Update layout file to apply dark theme and configure fonts.

Co-authored-by: Luke Hagar <5702154+LukeHagar@users.noreply.github.com>
2025-09-16 19:30:20 +00:00

28 lines
314 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
# next.js
/.next/
/out/
# production
/build
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files
.env*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts