diff --git a/.gitignore b/.gitignore index 30bc162..5a40831 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/node_modules \ No newline at end of file +/node_modules +/utils/config.js \ No newline at end of file diff --git a/utils/config.js b/utils/config.js deleted file mode 100644 index ecfc861..0000000 --- a/utils/config.js +++ /dev/null @@ -1,8 +0,0 @@ -const Config = { - codePath: '/Users/xiejianxiong/xjx/code/zq/new_code_publish', - buildPath: '/Users/xiejianxiong/xjx/code/zq/newreactbuild' -} - -module.exports = { - Config -} \ No newline at end of file