2021-04-18 01:56:23 +02:00
|
|
|
# dependencies
|
|
|
|
node_modules
|
|
|
|
.npm
|
2024-07-30 23:59:06 +02:00
|
|
|
package-lock.json
|
|
|
|
.pnpm-store
|
|
|
|
.pnp
|
|
|
|
.pnp.js
|
|
|
|
.yarn/install-state.gz
|
2021-04-18 01:56:23 +02:00
|
|
|
|
2021-04-18 23:09:51 +02:00
|
|
|
# testing
|
|
|
|
coverage
|
|
|
|
|
2024-07-30 23:59:06 +02:00
|
|
|
# production
|
|
|
|
.next/
|
|
|
|
out/
|
|
|
|
dist/
|
|
|
|
build/
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
.turbo
|
|
|
|
bin/
|
2021-04-18 01:56:23 +02:00
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
2024-07-30 23:59:06 +02:00
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# Storybook
|
|
|
|
*storybook.log
|
|
|
|
storybook-static
|
2021-04-18 01:56:23 +02:00
|
|
|
|
2021-04-20 05:18:03 +02:00
|
|
|
# IDEs and editors
|
2024-07-30 23:59:06 +02:00
|
|
|
.idea
|
2021-04-20 05:18:03 +02:00
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.c9/
|
|
|
|
*.launch
|
|
|
|
.settings/
|
|
|
|
*.sublime-workspace
|
|
|
|
|
2024-07-30 23:59:06 +02:00
|
|
|
# local env files
|
|
|
|
.env
|
|
|
|
.env.production
|
|
|
|
.env*.local
|
2021-04-18 01:56:23 +02:00
|
|
|
|
2024-07-30 23:59:06 +02:00
|
|
|
# vercel
|
|
|
|
.vercel
|
2022-09-04 20:40:58 +02:00
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
2024-07-30 23:59:06 +02:00
|
|
|
# next-env.d.ts
|