1. 29 5月, 2014 1 次提交
  2. 28 5月, 2014 11 次提交
  3. 26 5月, 2014 4 次提交
  4. 20 5月, 2014 1 次提交
  5. 12 5月, 2014 2 次提交
  6. 11 5月, 2014 4 次提交
  7. 10 5月, 2014 1 次提交
  8. 08 5月, 2014 3 次提交
  9. 07 5月, 2014 9 次提交
  10. 06 5月, 2014 4 次提交
    • M
      Releases should also be ignored · 00d75ccb
      Mateusz Wolsza 提交于
      "Releases" directory is created by Shimmer/Squirrel installer for example. It also should be ignored.
      00d75ccb
    • C
      Merge branch 'fix-1013' · 5d4c3423
      Carl Suster 提交于
      I made some changes to the original pull request to remove complexity which
      I believe was not needed.
      5d4c3423
    • C
      Shorten note in comment at the top · 7955283b
      Carl Suster 提交于
      7955283b
    • C
      Remove redundant Umbraco exceptions to VS rules · 5b168d43
      Carl Suster 提交于
      From the discussion on #1013:
      
      Since the rule in VS is packages/*, the fact that it contains a slash means
      that it is anchored to the top level. That is, is will only apply to
      a directory called packages at the top level, and not to any at deeper
      directories like App_Data. So these rules at the bottom of your changes
      actually aren't necessary after all. I just confirmed this with a quick test.
      5b168d43