Skip to content

Commit e098da2

Browse files
committed
feat: add README
1 parent a70ae44 commit e098da2

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,22 @@ out/
1414
### apple ###
1515
.DS_Store
1616
**/.DS_Store
17+
18+
19+
/coverage
20+
/src/client/shared.ts
21+
/src/node/shared.ts
22+
*.log
23+
*.tgz
24+
.DS_Store
25+
.idea
26+
.temp
27+
.vite_opt_cache
28+
.vscode
29+
dist
30+
cache
31+
temp
32+
examples-temp
33+
node_modules
34+
pnpm-global
35+
TODOs.md

0 commit comments

Comments
 (0)