45 lines
519 B
Plaintext
45 lines
519 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
/.pnpm-store
|
|
# Build outputs
|
|
/dist
|
|
/dist-ssr
|
|
|
|
# Logging
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
!.env.example
|
|
|
|
# Cypress
|
|
/cypress/videos/
|
|
/cypress/screenshots/
|
|
|
|
# Vue
|
|
*.tsbuildinfo
|
|
*.vue.js
|