net/rfront/.gitignore

38 lines
400 B
Plaintext
Raw Normal View History

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2024-04-17 07:57:30 -04:00
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
2024-04-17 07:57:30 -04:00
# testing
/coverage
# next.js
/.next/
/out/
2024-04-17 07:57:30 -04:00
# production
/build
# misc
.DS_Store
*.pem
2024-04-29 11:49:37 -04:00
.vscode/
2024-04-17 07:57:30 -04:00
# debug
2024-04-17 07:57:30 -04:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2024-04-29 11:49:37 -04:00
# local env files
.env*.local
2024-04-29 11:49:37 -04:00
# vercel
.vercel
2024-04-29 11:49:37 -04:00
# typescript
*.tsbuildinfo
next-env.d.ts