美文网首页
git 提交时忽略部分文件夹

git 提交时忽略部分文件夹

作者: 夜未殇 | 来源:发表于2021-01-05 11:15 被阅读0次

    根目录 vim .gitignore

    .DS_Store
    node_modules/
    /dist/
    npm-debug.log*
    yarn-debug.log*
    yarn-error.log*
    /test/unit/coverage/
    /test/e2e/reports/
    /jsdoc
    /doc/time-consuming
    /minami-styles
    selenium-debug.log
    /.idea
    package-lock.json

    Editor directories and files

    .idea
    .vscode
    *.suo
    .ntvs
    *.njsproj
    *.sln
    ~

    相关文章

      网友评论

          本文标题:git 提交时忽略部分文件夹

          本文链接:https://www.haomeiwen.com/subject/pvpioktx.html