1. 05 6月, 2018 1 次提交
  2. 04 1月, 2018 1 次提交
    • M
      Fixed the unignore of folder 'packages' · 94f0d69b
      mbukejlovic 提交于
      Considering the VisualStudio gitignore file contains a line "**/[Pp]ackages/*", these 2 lines from Umbraco gitignore never get applied properly to the desired files, even though Umbraco lines were added after the VS lines. I guess the VS's line is more specific, so it gets a priority of some sort.
      94f0d69b
  3. 15 12月, 2017 1 次提交
  4. 26 6月, 2017 1 次提交
  5. 06 11月, 2015 1 次提交
  6. 15 9月, 2015 1 次提交
  7. 29 9月, 2014 1 次提交
  8. 08 7月, 2014 1 次提交
  9. 06 5月, 2014 2 次提交
    • 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
  10. 14 4月, 2014 1 次提交
  11. 07 2月, 2014 1 次提交
  12. 14 1月, 2014 1 次提交