1. 09 Nov, 2013 2 commits
    • Carl Suster's avatar
      Merge pull request #743 from hkdobrev/master · e0baa57b
      Carl Suster authored
      Add Composer.gitignore for composer packages
      e0baa57b
    • Haralan Dobrev's avatar
      Add Composer.gitignore for composer packages · 3932f1f0
      Haralan Dobrev authored
      Libraries/Projects using [Composer](http://getcomposer.org) for dependency management should include a `.gitignore` file like this.
      
      It ignores the vendor folder which Composer uses for dependencies, classmaps and others. Composer keeps git repositories in this folder so it is cleaner if it is ignored.
      
      [`composer.lock` should not be ignored.](http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file)
      
      > Commit your application's composer.lock (along with composer.json) into version control.
      
      > For your library you may commit the composer.lock file if you want to. This can help your team to always test against the same dependency versions. However, this lock file will not have any effect on other projects that depend on it. It only has an effect on the main project.
      3932f1f0
  2. 08 Nov, 2013 22 commits
  3. 07 Nov, 2013 16 commits