35 lines
392 B
Plaintext
35 lines
392 B
Plaintext
|
# Logs
|
||
|
logs
|
||
|
*.log
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
pnpm-debug.log*
|
||
|
lerna-debug.log*
|
||
|
|
||
|
node_modules
|
||
|
.DS_Store
|
||
|
dist
|
||
|
dist-ssr
|
||
|
coverage
|
||
|
*.local
|
||
|
|
||
|
# unplugin-auto-import
|
||
|
auto-imports.d.ts
|
||
|
components.d.ts
|
||
|
.eslintrc-auto-import.json
|
||
|
|
||
|
/cypress/videos/
|
||
|
/cypress/screenshots/
|
||
|
|
||
|
# Editor directories and files
|
||
|
.idea
|
||
|
*.suo
|
||
|
*.ntvs*
|
||
|
*.njsproj
|
||
|
*.sln
|
||
|
*.sw?
|
||
|
|
||
|
# .env
|
||
|
.env.development
|
||
|
.env.production
|