diff options
author | Indra Kurniawan <indrakaw@teknik.io> | 2019-10-18 10:49:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 10:49:57 +0200 |
commit | 9369f565f86404ecfb2fba4b306e1bb32e873384 (patch) | |
tree | 84e217d7b86f12beaa21eaca54b750c0acba7f60 /.gitattributes | |
parent | 92fc1c0f5a08e396f2e008f32331214db0ece727 (diff) |
Include user_guide into .gitattributes
See https://github.com/bcit-ci/CodeIgniter/issues/5843
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 51fea4174..471dff1e8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,3 +20,4 @@ tests/travis/ export-ignore # User Guide Source Files user_guide_src +user_guide |