Skip to content

Commit 8e35422

Browse files
committed
chore: initial commit
Signed-off-by: Xe Iaso <xe@tigrisdata.com>
0 parents  commit 8e35422

File tree

15 files changed

+5367
-0
lines changed

15 files changed

+5367
-0
lines changed

.gitignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Dependencies
2+
node_modules/
3+
npm-debug.log*
4+
yarn-debug.log*
5+
yarn-error.log*
6+
pnpm-debug.log*
7+
8+
# Build outputs
9+
dist/
10+
build/
11+
out/
12+
.next/
13+
.nuxt/
14+
.cache/
15+
16+
# Environment variables
17+
.env
18+
.env.local
19+
.env.development.local
20+
.env.test.local
21+
.env.production.local
22+
23+
# IDEs and editors
24+
.vscode/
25+
.idea/
26+
*.swp
27+
*.swo
28+
*~
29+
.DS_Store
30+
31+
# Testing
32+
coverage/
33+
.nyc_output/
34+
35+
# TypeScript
36+
*.tsbuildinfo
37+
38+
# Misc
39+
.turbo/
40+
.vercel/

0 commit comments

Comments
 (0)