mirror of
https://github.com/yiisoft/yii2.git
synced 2026-02-20 00:32:19 +01:00
Revert ignoring tests and docs on archive export
This did break the use case of installing the `yiisoft/yii2-dev` package for testing. `yiisoft/yii2` is a subsplit with minimal number of files of the framework already, the dev package should contain all tests and docs.
See for example: tom--/yii2-dynamic-ar#18
Partially reverts 392ea93d79
This commit is contained in:
8
.gitattributes
vendored
8
.gitattributes
vendored
@@ -22,17 +22,15 @@
|
||||
*.gif binary
|
||||
*.ttf binary
|
||||
|
||||
# Ignore all test and documentation for archive
|
||||
# Ignore some meta files when creating an archive of this repository
|
||||
# We do not ignore any content, because this repo represents the
|
||||
# `yiisoft/yii2-dev` package, which is expected to ship all tests and docs.
|
||||
/.github export-ignore
|
||||
/.editorconfig export-ignore
|
||||
/.gitattributes export-ignore
|
||||
/.gitignore export-ignore
|
||||
/.scrutinizer.yml export-ignore
|
||||
/.travis.yml export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
/tests export-ignore
|
||||
/docs export-ignore
|
||||
/build export-ignore
|
||||
|
||||
# Avoid merge conflicts in CHANGELOG
|
||||
# https://about.gitlab.com/2015/02/10/gitlab-reduced-merge-conflicts-by-90-percent-with-changelog-placeholders/
|
||||
|
||||
Reference in New Issue
Block a user