Skip to content

Commit a702f82

Browse files
committed
add .gitignore
1 parent 92db49c commit a702f82

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

.gitignore

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
1-
.vscode/
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
29

3-
tutorial/
10+
# Dependencies
11+
node_modules
12+
dist
13+
dist-ssr
14+
*.local
15+
16+
# Editor directories and files
17+
.vscode/*
18+
!.vscode/extensions.json
19+
.idea
20+
.DS_Store
21+
*.suo
22+
*.ntvs
23+
*.njsproj
24+
*.sln
25+
*.sw?
26+
27+
# Testing
28+
coverage
429
test/
30+
tutorial/
531

32+
# Misc
633
review.html

0 commit comments

Comments
 (0)