账号密码登录
微信安全登录
微信扫描二维码登录

登录后绑定QQ、微信即可实现信息互通

手机验证码登录
找回密码返回
邮箱找回 手机找回
注册账号返回
其他登录方式
分享
  • 收藏
    X
    vue webpack启动项目中那些目录和文件是需要被gitignore掉的?
    43
    0

    node_modules是可以再生的,但是build和config是否需要忽略掉呢?

    .
    ├── build
    │   ├── build.js
    │   ├── check-versions.js
    │   ├── logo.png
    │   ├── utils.js
    │   ├── vue-loader.conf.js
    │   ├── webpack.base.conf.js
    │   ├── webpack.dev.conf.js
    │   └── webpack.prod.conf.js
    ├── config
    │   ├── dev.env.js
    │   ├── index.js
    │   ├── prod.env.js
    │   └── test.env.js
    ├── index.html
    ├── node_modules
    ├── package.json
    ├── README.md
    ├── src
    │   ├── App.vue
    │   ├── assets
    │   ├── components
    │   ├── main.js
    │   └── router
    │       └── index.js
    ├── static
    └── test
        ├── e2e
        │   ├── custom-assertions
        │   │   └── elementCount.js
        │   ├── nightwatch.conf.js
        │   ├── runner.js
        │   └── specs
        │       └── test.js
        └── unit
            ├── jest.conf.js
            ├── setup.js
            └── specs
                └── HelloWorld.spec.js
    0
    打赏
    收藏
    点击回答
        全部回答
    • 0
    • 逆疯飞扬 普通会员 1楼
      502 Bad Gateway

      502 Bad Gateway


      nginx
    更多回答
    扫一扫访问手机版
    • 回到顶部
    • 回到顶部