54 lines
500 B
Plaintext
54 lines
500 B
Plaintext
|
# dependencies
|
||
|
node_modules
|
||
|
.npm
|
||
|
package-lock.json
|
||
|
.pnpm-store
|
||
|
.pnp
|
||
|
.pnp.js
|
||
|
.yarn/install-state.gz
|
||
|
|
||
|
# testing
|
||
|
coverage
|
||
|
|
||
|
# production
|
||
|
.next/
|
||
|
out/
|
||
|
dist/
|
||
|
build/
|
||
|
|
||
|
# misc
|
||
|
.DS_Store
|
||
|
*.pem
|
||
|
.turbo
|
||
|
bin/
|
||
|
|
||
|
# debug
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
|
||
|
# Storybook
|
||
|
*storybook.log
|
||
|
storybook-static
|
||
|
|
||
|
# IDEs and editors
|
||
|
.idea
|
||
|
.project
|
||
|
.classpath
|
||
|
.c9/
|
||
|
*.launch
|
||
|
.settings/
|
||
|
*.sublime-workspace
|
||
|
|
||
|
# local env files
|
||
|
.env
|
||
|
.env.production
|
||
|
.env*.local
|
||
|
|
||
|
# vercel
|
||
|
.vercel
|
||
|
|
||
|
# typescript
|
||
|
*.tsbuildinfo
|
||
|
# next-env.d.ts
|