hlsitechbot / .gitignore
hlsitech's picture
Upload 93 files
7bbd534 verified
raw
history blame contribute delete
471 Bytes
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
/node_modules
package-lock.json
yarn.lock
/.pnp
.pnp.js
# testing
/coverage
# production
/build
build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.pem
.pnpm-debug.log*
# nextjs
/.next/
/out/
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
.idea