# macOS
.DS_Store

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Dependency directories
node_modules

# Output of 'npm pack'
*.tgz

# dotenv environment variables file
.env
.env.test

# Cache
.eslintcache

# Distribution
dist

# Link config
link.config.json

# Vitepress
docs/.vitepress/cache
