text gitattributes(忽略生产环境中的文件或文件夹)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text gitattributes(忽略生产环境中的文件或文件夹)相关的知识,希望对你有一定的参考价值。
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production/
# Ignore all test and documentation with "export-ignore".
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/PULL_REQUEST_TEMPLATE.md export-ignore
/ISSUE_TEMPLATE.md export-ignore
/phpcs.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/docs export-ignore
以上是关于text gitattributes(忽略生产环境中的文件或文件夹)的主要内容,如果未能解决你的问题,请参考以下文章
我可以在更新gitattributes后使用Git批量更改行尾吗?
git配置文件—— .gitattributes
git合并分支时禁止合并特定文件
生产构建后忽略组件样式
laravel脚手架搭建项目问题之生产环境element-ui组件字体图标显示错误问题
通过webpack生产模式编译时如何忽略打字稿错误