# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Ignore a blackhole and the folder for development
storybook-static*/

.vs/
.idea/
*.iml

# Yarn files
.yarn/install-state.gz
.yarn/build-state.yml

# Ignore heapsnapshot and log files
*.heapsnapshot
*.log

# dependencies
node_modules
.pnp
.pnp.js
.tsbuildinfo
# testing
coverage

# next.js
.next/
out/
build
tsbuildinfo
# misc
.DS_Store
*.pem

dist/
# local env files
!.env.example
*.env*
.env.local
.env.development.local
.env.test.local
.env.production.local

# turbo
.turbo

# Contentlayer
.contentlayer
.cache