blob: 51fea41744d4c096053b7445c5d8f4e9cff96c0a [file] [log] [blame]
Lonnie Ezellcc9b09b2015-05-04 08:15:55 -05001# This file tells which files and directories should be ignored and
Lonnie Ezell8e9b93d2015-05-04 00:15:48 -05002# NOT downloaded when using composer to pull down a project with
3# the --prefer-dist option selected. Used to remove development
4# specific files so user has a clean download.
5
6# git files
7.gitattributes export-ignore
8# .gitignore
9
10# helper config files
11.travis.yml export-ignore
12phpdoc.dist.xml export-ignore
13
14# Misc other files
15readme.rst
16
17# They don't want all of our tests...
18tests/codeigniter/ export-ignore
19tests/travis/ export-ignore
20
Lonnie Ezellbaa6a672015-05-04 08:03:52 -050021# User Guide Source Files
22user_guide_src