1. 07 7月, 2013 1 次提交
    • M
      Don't ignore essential Eclipse project files. · 35a4fcf9
      Matt Quigley 提交于
      The .project and important .classpath files are a part of an Android Eclipse
      project, and their changes should be stored in the repository. Although there
      may be a case for ignoring these files in very rare situations, they don't
      justify belonging in a generic template.
      
      The .project file is generally recreatable with a new import without
      difficulty, but it still may have important configuration such as extra build
      steps. More importantly, .classpath is absolutely essential for a project to
      build correctly and cannot be automatically generated unless there is nothing
      extra on the classpath.
      
      Reverts commit 3ad9edaa.
      35a4fcf9
  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 次提交