品牌建设交流会讲话,山西谷歌seo,什么叫做seo,wordpress没有编辑器打开HBuilderX#xff0c;在项目根目录下新建文件
.gitignore复制下面内容
#忽略unpackge目录下除了res目录的所有目录
unpackage/*
!unpackage/res/#忽略.hbuilderx目录
.hbuilderx# 忽略node_modules目录下的所有文件
node_modules/# 忽略锁文件
package-lock.json
yarn.l…打开HBuilderX在项目根目录下新建文件
.gitignore复制下面内容
#忽略unpackge目录下除了res目录的所有目录
unpackage/*
!unpackage/res/#忽略.hbuilderx目录
.hbuilderx# 忽略node_modules目录下的所有文件
node_modules/# 忽略锁文件
package-lock.json
yarn.lock效果如下