6 Star 49 Fork 8

guanguans/soar-php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitattributes 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# https://github.com/cakephp/app/blob/5.x/.gitattributes
# https://github.com/laravel/framework/blob/12.x/.gitattributes
# https://github.com/yiisoft/yii2/blob/master/.gitattributes
# Define the line ending behavior of the different file extensions
# Set default behavior, in case users don't have core.autocrlf set.
* text=auto eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.bat eol=crlf
# blade 模板文件使用 html diff 高亮
*.blade.php diff=html
# Avoid merge conflicts in CHANGELOG
/CHANGELOG.md merge=union
/CHANGELOG-*.md merge=union
# neon、stub、xml.dist 文件指定 linguist 语言类型
*.neon.dist linguist-language=neon
*.stub linguist-language=php
*.xml.dist linguist-language=xml
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.phar binary
*.mp4 binary
# Remove files for archives generated using `git archive`
# Ignore all test and documentation with "export-ignore".
/.*/ export-ignore
/baselines/ export-ignore
/benchmarks/ export-ignore
#/docs/ export-ignore
#/examples/ export-ignore
/tests/ export-ignore
/vendor-bin/ export-ignore
/vendor/ export-ignore
/.* export-ignore
/CHANGELOG-*.md export-ignore
/CHANGELOG.md export-ignore
/composer-dependency-analyser.php export-ignore
/composer-updater export-ignore
/monorepo-builder.php export-ignore
/phpbench.json export-ignore
/phpstan.neon export-ignore
/phpunit.xml.dist export-ignore
/rector-*.php export-ignore
/rector.php export-ignore
/tests.* export-ignore
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/guanguans/soar-php.git
git@gitee.com:guanguans/soar-php.git
guanguans
soar-php
soar-php
master

搜索帮助