blob: c77437bd8f7511cf4734d8062136f68d49a8f2d9 [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