50 lines
442 B
Text
50 lines
442 B
Text
|
# dependencies
|
||
|
node_modules
|
||
|
.pnp
|
||
|
.pnp.js
|
||
|
|
||
|
# testing
|
||
|
coverage
|
||
|
|
||
|
# next.js
|
||
|
.next/
|
||
|
out/
|
||
|
build
|
||
|
|
||
|
# misc
|
||
|
.DS_Store
|
||
|
*.pem
|
||
|
.idea/
|
||
|
|
||
|
# debug
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
.pnpm-debug.log*
|
||
|
|
||
|
.env
|
||
|
|
||
|
# local env files
|
||
|
.env.local
|
||
|
.env.development.local
|
||
|
.env.test.local
|
||
|
.env.production.local
|
||
|
|
||
|
# turbo
|
||
|
.turbo
|
||
|
|
||
|
.saleor-app-auth.json
|
||
|
coverage/
|
||
|
apps/**/generated
|
||
|
.eslintcache
|
||
|
|
||
|
.sentryclirc
|
||
|
|
||
|
.vscode/
|
||
|
.cspellcache
|
||
|
|
||
|
*.tsbuildinfo
|
||
|
|
||
|
# bruno
|
||
|
cloud.bru
|