summaryrefslogtreecommitdiffstats
path: root/.gitattributes
AgeCommit message (Collapse)AuthorFilesLines
2021-07-30Updates .gitattributes, added export-ignore.Garett PHG1-4/+2
Excludes `user_guide_src` via `--prefer-dist` composer installation. Refer to this https://github.com/bcit-ci/CodeIgniter/issues/5843#issuecomment-889615837 based on this https://github.com/bcit-ci/CodeIgniter/pull/3831 > This basically just removes a number of development-only files (like the user guide source and our tests) from any installs made through composer with the --prefer-dist flag set. > > Helps create a faster install with less unnecessary files to new projects.
2019-10-18Fix typo on .gitattributesIndra Kurniawan1-1/+3
I forgot to put `export-ignore` statement.
2019-10-18Include user_guide into .gitattributesIndra Kurniawan1-0/+1
See https://github.com/bcit-ci/CodeIgniter/issues/5843
2015-05-04Renaming folders to directories :)Lonnie Ezell1-1/+1
2015-05-04Keeping the user guide source out of the dist files.Lonnie Ezell1-0/+2
2015-05-04Ignore a number of files when using composer with --prefer-distLonnie Ezell1-0/+20