Files
Webserver/.gitignore
Akshay Kolli 358e9cee4a
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 1m3s
New blog
2026-06-08 19:31:19 -04:00

50 lines
547 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
temp
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
.claude/
.agents/
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# local runtime state
.data/
visitors.db*