# IntelliJ project files
.idea
*.iml
gen
node_modules
dist
.vitepress/
### Vue template
# gitignore template for Vue.js projects
#
# Recommended template: Node.gitignore

# TODO: where does this rule come from?
docs/_book

# TODO: where does this rule come from?
test/

### Turbo template
# Turborepo task cache
.turbo

### react template
.DS_*
*.log
logs
**/*.backup.*
**/*.back.*

bower_components

*.sublime*

psd
thumb
sketch

### NextJS template
# dependencies
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
next-env.d.ts

### Vuejs template
# Recommended template: Node.gitignore

npm-debug.log
yarn-error.log

