Try to fix the gitignore for Qwik framework

This commit is contained in:
Catalin George Festila 2023-04-27 09:56:46 +03:00
parent 4488915eec
commit 66ff786c94
1 changed files with 28 additions and 0 deletions

28
Qwik.gitignore Normal file
View File

@ -0,0 +1,28 @@
.history
.vscode/settings.json
dist
lib
dist-dev
node_modules
tsc-out
external
*.
**/*.log
etc
temp
tsdoc-metadata.json
**/.DS_Store
src/napi/package-*
target
!/packages/docs/src/routes/demo/events/target
*.node
todo-express/
qwik-app/
**/server/
.idea
.eslintcache
# Yarn
.yarn/*
!.yarn/releases
.pnpm-store/*