1. 08 5月, 2021 1 次提交
  2. 04 7月, 2020 1 次提交
    • J
      Fix false positives on Coverage*.cs files (#3454) · 6eff8824
      Justin Gregory 提交于
      I added this .gitignore to a project that included a file named CoverageSearchModel.cs, and the file was wrongly ignored.  This change fixes the incorrect use of the range operator on the Coverlet rules.
      6eff8824
  3. 21 4月, 2020 1 次提交
  4. 12 3月, 2020 2 次提交
  5. 16 12月, 2019 1 次提交
  6. 07 11月, 2019 1 次提交
  7. 20 9月, 2019 1 次提交
    • P
      [VisualStudio] add Logs folder (#3143) · 26c3d840
      Paul Smith 提交于
      * Adding ignore rule for temporary office files.
      
      * Adding Logs folder to ignore file.
      
      * Revert "Adding ignore rule for temporary office files."
      
      This reverts commit f6f191b12865614df05257363917b3eada058909.
      26c3d840
  8. 21 7月, 2019 1 次提交
  9. 12 5月, 2019 1 次提交
  10. 02 5月, 2019 1 次提交
  11. 26 4月, 2019 1 次提交
  12. 21 3月, 2019 1 次提交
    • J
      Remove wwwroot/lib exclusion for ASP.NET Core (#3009) · 7f765e3f
      Jimmy Lewis 提交于
      ASP.NET Core projects no longer use Bower by default (since Bower is now deprecated), and instead create static files in the wwwroot/lib path.  This path is can also be used by convention for ASP.NET Core developers, and since it's no longer populated by Bower, it is unituitive to be excluded by default.
      
      This change removes the lines added by #2307.
      
      **Reasons for making this change:**
      
      VS default flow is now broken by excluding files required to run an ASP.NET Core project.
      
      **Links to documentation supporting these rule changes:**
      
      The changes to the ASP.NET Core templates was tracked by https://github.com/aspnet/templating/issues/48.
      7f765e3f
  13. 14 3月, 2019 1 次提交
  14. 11 3月, 2019 2 次提交
  15. 14 2月, 2019 1 次提交
  16. 08 2月, 2019 1 次提交
  17. 29 1月, 2019 1 次提交
  18. 20 12月, 2018 1 次提交
  19. 19 12月, 2018 3 次提交
  20. 17 12月, 2018 2 次提交
  21. 13 12月, 2018 1 次提交
  22. 06 12月, 2018 1 次提交
  23. 03 11月, 2018 1 次提交
  24. 28 9月, 2018 1 次提交
  25. 18 9月, 2018 1 次提交
    • A
      No need to fully exclude CodeRush settings · b0b1b525
      Andrew 提交于
      Currently, CodeRush provides the capability to store team settings and images used in Rich Comments and they should be shared among all team members. I have corrected the gitignore file to exclude only personal settings.
      b0b1b525
  26. 15 9月, 2018 1 次提交
  27. 03 8月, 2018 1 次提交
  28. 01 8月, 2018 1 次提交
  29. 05 6月, 2018 1 次提交
  30. 20 5月, 2018 1 次提交
  31. 03 5月, 2018 1 次提交
  32. 09 4月, 2018 1 次提交
  33. 26 3月, 2018 1 次提交
  34. 23 2月, 2018 1 次提交
    • Q
      Remove typings ignore · 2e7e0bb4
      Quique Fdez Guerra 提交于
      Nobody is using v1 of typings anymore on new projects and 'typings' is the recommended name for the folders of your custom types.
      On the other hand the official Visual Studio ignore is not ignoring this folder.
      2e7e0bb4
  35. 30 1月, 2018 1 次提交
    • K
      Added "ServiceFabricBackup/" · 415d7322
      komaflash // ec8or 提交于
      The latest update of Visual Studio 17 (15.5.5) introduces a new backup folder called "ServiceFabricBackup" before upgrading service fabric applications.
      415d7322