测试git忽略

ywj_dev
CTP 2 years ago
parent 70b2954286
commit adb4af1fe0

1
.gitignore vendored

@ -19,6 +19,7 @@ selenium-debug.log
*.sln *.sln
*.local *.local
/vue.config.js
package-lock.json package-lock.json
yarn.lock yarn.lock
/UDI_SPMS_CLIENT/ /UDI_SPMS_CLIENT/

@ -1,6 +1,6 @@
"use strict"; "use strict";
const path = require("path"); const path = require("path");
/* 忽略忽略 */
function resolve(dir) { function resolve(dir) {
return path.join(__dirname, dir); return path.join(__dirname, dir);
} }

Loading…
Cancel
Save