Skip to content

Commit

Permalink
fix: include Vite .gitignore for better DX (QwikDev#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
codercatdev authored Feb 28, 2022
1 parent 1aa4184 commit c0ad450
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions starters/apps/base/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,28 @@ dist
node_modules
tsconfig.tsbuildinfo
q-symbols.json

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

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

0 comments on commit c0ad450

Please sign in to comment.