update .gitignore

This commit is contained in:
2021-05-11 20:11:16 +08:00
parent df4159752e
commit 76a6f6ddc1
109 changed files with 34880 additions and 28299 deletions

View File

@@ -1,22 +1,22 @@
module.exports = {
devServer: {
open: true,
port: 6588,
proxy: {
'/api': {
target: process.env.VUE_APP_BASE_URL,
pathRewrite: {
'^/api': ''
}
}
}
},
lintOnSave: false,
css: {
loaderOptions: {
less: {
javascriptEnabled: true
}
}
},
module.exports = {
devServer: {
open: true,
port: 6588,
proxy: {
'/api': {
target: process.env.VUE_APP_BASE_URL,
pathRewrite: {
'^/api': ''
}
}
}
},
lintOnSave: false,
css: {
loaderOptions: {
less: {
javascriptEnabled: true
}
}
},
}