1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 04:18:26 +02:00
This commit is contained in:
Emilio Henrique Corrêa 2025-07-01 19:10:13 +02:00 committed by GitHub
commit c73b3aad37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,34 @@
# dependencies
/node_modules
/.pnp
.pnp.js
# next.js build files
/.next/
/out/
# production build files
/build
# project linking
.vercel
# misc
.DS_Store
*.pem
# debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# sw stuff
public/sw.js
public/workbox-*.js