convexsol_stage/.gitignore
2025-12-02 11:02:00 +05:30

42 lines
460 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
/package-lock.json
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# .env
.env.development
.env.production
/public/sitemap_main.xml
.vscode
/public/robots.txt
robots.txt