Skip to content

Commit edb8c0c

Browse files
committed
Updates
0 parents  commit edb8c0c

8 files changed

Lines changed: 2538 additions & 0 deletions

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
node_modules/
2+
dist/
3+
*.log
4+
.DS_Store
5+
*.tsbuildinfo
6+
.vite/
7+
build/
8+
coverage/

.npmignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
demo/
2+
.history/
3+
node_modules/
4+
*.log
5+
.DS_Store
6+
*.tsbuildinfo
7+
.vite/
8+
build/
9+
coverage/
10+
index.html
11+
vite.config.ts
12+
tsconfig.json
13+
vite-env.d.ts
14+
.gitignore

0 commit comments

Comments
 (0)