mirror of
https://github.com/github/gitignore
synced 2024-11-23 04:04:21 +01:00
Try to fix the gitignore for Qwik framework
This commit is contained in:
parent
4488915eec
commit
66ff786c94
28
Qwik.gitignore
Normal file
28
Qwik.gitignore
Normal 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/*
|
Loading…
Reference in New Issue
Block a user