39 lines
382 B
Text
39 lines
382 B
Text
|
# Logs
|
||
|
logs
|
||
|
*.log
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
pnpm-debug.log*
|
||
|
lerna-debug.log*
|
||
|
|
||
|
# NPM
|
||
|
node_modules
|
||
|
|
||
|
# Editor directories and files
|
||
|
.vscode/*
|
||
|
!.vscode/extensions.json
|
||
|
.idea
|
||
|
.DS_Store
|
||
|
*.suo
|
||
|
*.ntvs*
|
||
|
*.njsproj
|
||
|
*.sln
|
||
|
*.sw?
|
||
|
|
||
|
# Cypress
|
||
|
assets
|
||
|
**/cypress.env.json
|
||
|
**/cypress/downloads
|
||
|
|
||
|
# Optional eslint cache
|
||
|
.eslintcache
|
||
|
|
||
|
# Wireit
|
||
|
.wireit
|
||
|
|
||
|
# Vite
|
||
|
dist
|
||
|
dist-ssr
|
||
|
*.local
|