Lonnie Ezell | cc9b09b | 2015-05-04 08:15:55 -0500 | [diff] [blame] | 1 | # This file tells which files and directories should be ignored and |
Lonnie Ezell | 8e9b93d | 2015-05-04 00:15:48 -0500 | [diff] [blame] | 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 |
| 12 | phpdoc.dist.xml export-ignore |
| 13 | |
| 14 | # Misc other files |
| 15 | readme.rst |
| 16 | |
| 17 | # They don't want all of our tests... |
| 18 | tests/codeigniter/ export-ignore |
| 19 | tests/travis/ export-ignore |
| 20 | |
Lonnie Ezell | baa6a67 | 2015-05-04 08:03:52 -0500 | [diff] [blame] | 21 | # User Guide Source Files |
| 22 | user_guide_src |