Add vendors/ directory for third-party modules
authorEvan Coury <me@evancoury.com>
Fri, 11 Nov 2011 03:36:14 +0000 (20:36 -0700)
committerEvan Coury <me@evancoury.com>
Fri, 11 Nov 2011 03:36:14 +0000 (20:36 -0700)
commit3c3b45bb262342f6e20e876ea1e87595667c15dd
treefbae11af6feeeb50a54a6ab55b5801255c5733eb
parentbb0d0604ab23ce6ef620755f8923ede273b04267
Add vendors/ directory for third-party modules

- The odd-looking .gitignore is so that the README file is included in the
repository, but if the user installs some third part modules, they won't
accidentally be added to the skeleton git repository. We do the same thing in
the modules/ directory.
- Added readme explaining that vendors/ is for third-party modules
configs/application.config.php
vendors/.gitignore [new file with mode: 0644]
vendors/README.md [new file with mode: 0644]