Skip to content

Commit b6c5bc2

Browse files
committed
chore: Add gitignore.
1 parent 9397ad0 commit b6c5bc2

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
1+
```gitignore
2+
# dependencies
3+
node_modules/
4+
5+
# vite
6+
.vite/
7+
dist/
8+
9+
# logs
10+
logs
11+
*.log
12+
npm-debug.log*
13+
yarn-debug.log*
14+
yarn-error.log*
15+
pnpm-debug.log*
16+
17+
# macOS
118
.DS_Store
19+
20+
# env files
21+
.env
22+
.env.local
23+
.env.*.local
24+
25+
# editor files
26+
.vscode/
27+
.idea/
28+
29+
# build/cache
30+
coverage/
31+
*.tsbuildinfo
32+
33+
# misc
34+
tmp/
35+
temp/
36+
```

0 commit comments

Comments
 (0)