summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2019-11-01 11:21:38 +0100
committerGitHub <noreply@github.com>2019-11-01 11:21:38 +0100
commit04a21cf19469cdb8cdc146a2fbea2ec43bd14822 (patch)
tree7aadeee5d081f8bac9aec0f5b228328c0ec28226
parent92fc1c0f5a08e396f2e008f32331214db0ece727 (diff)
parent493a44857629af3e4f9616d8938b260ae5557782 (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--.gitattributes3
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