blob: 68d6b5b383735fe50faa61d8b28ad7918b1dc004 [file] [log] [blame]
Lonnie Ezell8e9b93d2015-05-04 00:15:48 -05001# This file tells which files and folders should be ignored and
2# 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