Skip to content

Commit 1d0c5d0

Browse files
committed
init
1 parent 30ab122 commit 1d0c5d0

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.gitignore

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
1-
# git add 时忽略的文件
2-
3-
# 忽略ios系统文件
41
.DS_Store
5-
# 忽略包
2+
63
node_modules/
7-
# 忽略打包后的文件
4+
85
/dist/
96

10-
# 忽略包管理的错误日志
117
npm-debug.log*
128
yarn-debug.log*
139
yarn-error.log*
1410

15-
# Editor directories and files
16-
# 忽略webstorm,vscode编辑器的文件
1711
.idea
1812
.vscode
1913
*.suo
2014
*.ntvs*
2115
*.njsproj
2216
*.sln
17+
18+
package-lock.json

0 commit comments

Comments
 (0)