Skip to content

Commit 0801a1d

Browse files
committed
fix: change
1 parent ca0152e commit 0801a1d

File tree

3 files changed

+242
-4420
lines changed

3 files changed

+242
-4420
lines changed

.gitignore

+24-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
package-lock.json*
8+
yarn-lock.json*
9+
pnpm-debug.log*
10+
lerna-debug.log*
11+
112
node_modules
2-
yarn.lock
3-
.idea
13+
dist
14+
dist-ssr
15+
*.local
416

5-
# src/*
17+
# Editor directories and files
18+
.vscode/*
19+
!.vscode/extensions.json
20+
.idea
21+
.DS_Store
22+
*.suo
23+
*.ntvs*
24+
*.njsproj
25+
*.sln
26+
*.sw?

0 commit comments

Comments
 (0)