Skip to content

Commit 7683027

Browse files
author
ext.zhangpeng7
committed
更新gitignore
1 parent 023bc96 commit 7683027

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

.DS_Store

-8 KB
Binary file not shown.

.gitignore

+32-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1-
node_modules/
1+
# OS files
22
.DS_Store
3-
.idea/
3+
4+
# local env files
5+
.env.local
6+
.env.*.local
7+
8+
# Log files
9+
npm-debug.log*
10+
yarn-debug.log*
11+
yarn-error.log*
12+
13+
# Editor directories and files
14+
.idea
15+
.vscode
16+
*.suo
17+
*.ntvs*
18+
*.njsproj
19+
*.sln
20+
*.sw*
21+
jsconfig.json
22+
23+
# Test files
24+
.nyc_output
25+
coverage
26+
27+
# App files
28+
node_modules
29+
dist
30+
www
31+
!www/favicon.ico
32+
package-lock.json
33+
.history

学习导图/.DS_Store

-8 KB
Binary file not shown.

学习导图/前端/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)