summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2019-11-01 11:21:38 +0100
committerAndrey Andreev <narf@devilix.net>2019-11-01 11:22:14 +0100
commit9507ad02801fedfa511407a5017bb161dd880382 (patch)
tree00f5d0fd93972c24446d24d61d212efbb522be7f /.gitattributes
parent6fd8d3f5180700e9b288d2d8446b5e09413c6230 (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
Diffstat (limited to '.gitattributes')
-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