1. 09 11月, 2013 1 次提交
    • H
      Add Composer.gitignore for composer packages · 3932f1f0
      Haralan Dobrev 提交于
      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. 03 7月, 2013 5 次提交
  3. 29 6月, 2013 2 次提交
  4. 26 5月, 2013 1 次提交
  5. 07 3月, 2013 1 次提交
  6. 25 1月, 2013 2 次提交
  7. 23 1月, 2013 21 次提交
  8. 22 1月, 2013 1 次提交
  9. 21 1月, 2013 2 次提交
  10. 19 1月, 2013 2 次提交
  11. 15 1月, 2013 1 次提交
    • E
      [Objective-C] No longer ignore `xcworkspace` documents. · e54e1b75
      Eloy Durán 提交于
      Workspaces are real documents that can be opened, just like `xcodeproj`
      documents. These documents are also generated/used by CocoaPods to
      configure a project’s dependencies. For these reasons, there does not
      seem a good reason to ignore these any longer.
      e54e1b75
  12. 14 1月, 2013 1 次提交