mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-26 11:06:33 +08:00
✨添加忽略
This commit is contained in:
parent
d8665b451f
commit
ab3d467fd0
6
.gitignore
vendored
6
.gitignore
vendored
@ -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?
|
||||||
|
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user