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

# development
/.idea
/.vs
*.sublime-project
*.sublime-workspace
/.settings

# IDE - VSCode
.vscode/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# dependencies
.turbo/
node_modules/
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*
.bundle/

# Dev-only files
.eslintcache
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
.yarn-integrity
*.tsbuildinfo

# misc
.DS_Store
.AppleDouble
.LSOverride
$RECYCLE.BIN/
Desktop.ini
Thumbs.db
ehthumbs.db
._*

# testing
.coverage-cache/
.nyc_output/
coverage/

# build
dist/
storybook-static/
target/
tmp/
.turbo
var/**
!var/.gitkeep
.i18n-temp.json
.rollup.cache
