diff options
author | Andrey Andreev <narf@devilix.net> | 2019-11-01 11:21:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-01 11:21:38 +0100 |
commit | 04a21cf19469cdb8cdc146a2fbea2ec43bd14822 (patch) | |
tree | 7aadeee5d081f8bac9aec0f5b228328c0ec28226 | |
parent | 92fc1c0f5a08e396f2e008f32331214db0ece727 (diff) | |
parent | 493a44857629af3e4f9616d8938b260ae5557782 (diff) |
[ci skip] Merge pull request #5859 from indrakaw/gitattributes
Exclude user_guide directory from composer installation by GitAttributes.
This would allow Composer users to use --prefer-dist in order to avoid downloading the entire user guide
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 51fea4174..a4296d591 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,3 +20,6 @@ tests/travis/ export-ignore # User Guide Source Files user_guide_src + +# User Guide Compiled Files +user_guide export-ignore |