Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore vendor plugins #206

Closed
wants to merge 2 commits into from
Closed

Commits on Jan 8, 2015

  1. Ignore vendor plugins

    Vendor plugins are installed by composer and thus, like their `vendor`
    libraries counterparts, should not be included in the application repo.
    Instead, user created plugins should go in `src/Plugin` which is user
    land created code (so to speak).
    jadb committed Jan 8, 2015
    Copy the full SHA
    e343f3b View commit details
    Browse the repository at this point in the history
  2. Add new path to default config

    jadb committed Jan 8, 2015
    Copy the full SHA
    2e40ac3 View commit details
    Browse the repository at this point in the history