This commit is contained in:
Catalin George Festila 2023-04-27 10:12:42 +03:00 committed by GitHub
commit 2d9aea3e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/*