jsoncrack.com/.gitignore

43 lines
493 B
Plaintext
Raw Normal View History

2022-01-30 13:09:56 +03:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel
# typescript
*.tsbuildinfo
2022-04-27 15:42:57 +03:00
# PWA workers
**/public/workbox-*.js
**/public/sw.js
2023-05-22 11:49:38 +03:00
**/public/fallback-*.js
# Sentry Auth Token
.sentryclirc