shadcn-vue/.gitignore
Mukund Shah f70bef32b2
chore: organize codebase (#2)
* chore: add github issue and pr templates

* chore: add vscode specific extension recommendation and settings

* chore: cleanup

* chore: update gitignore
2023-08-23 11:15:21 +08:00

34 lines
385 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
/cypress/videos/
/cypress/screenshots/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
test-results/
playwright-report/
vite.config.ts.timestamp*