添加忽略

This commit is contained in:
chuzhixin 2020-10-06 22:53:10 +08:00
parent d8665b451f
commit ab3d467fd0
2 changed files with 6 additions and 3 deletions

6
.gitignore vendored
View File

@ -1,7 +1,8 @@
.DS_Store .DS_Store
node_modules node_modules
/dist dist
/package-lock.json package-lock.json
*.zip
# local env files # local env files
.env.local .env.local
@ -22,3 +23,4 @@ pnpm-debug.log*
*.sln *.sln
*.sw? *.sw?

View File

@ -2,7 +2,8 @@
* @description 导出自定义配置 * @description 导出自定义配置
**/ **/
const config = { const config = {
layout: "gallery", layout: "vertical",
donation: true, donation: true,
templateFolder: "project",
}; };
module.exports = config; module.exports = config;