mirror of
https://github.com/github/gitignore
synced 2024-11-29 23:24:21 +01:00
34 lines
361 B
Plaintext
34 lines
361 B
Plaintext
# 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 |