mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
✨添加忽略
This commit is contained in:
parent
d8665b451f
commit
ab3d467fd0
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,7 +1,8 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
/package-lock.json
|
||||
dist
|
||||
package-lock.json
|
||||
*.zip
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
@ -22,3 +23,4 @@ pnpm-debug.log*
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
|
||||
|
@ -2,7 +2,8 @@
|
||||
* @description 导出自定义配置
|
||||
**/
|
||||
const config = {
|
||||
layout: "gallery",
|
||||
layout: "vertical",
|
||||
donation: true,
|
||||
templateFolder: "project",
|
||||
};
|
||||
module.exports = config;
|
||||
|
Loading…
x
Reference in New Issue
Block a user