1. 12 3月, 2020 2 次提交
  2. 16 12月, 2019 1 次提交
  3. 07 11月, 2019 1 次提交
  4. 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
  5. 21 7月, 2019 1 次提交
  6. 12 5月, 2019 1 次提交
  7. 02 5月, 2019 1 次提交
  8. 26 4月, 2019 1 次提交
  9. 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
  10. 14 3月, 2019 1 次提交
  11. 11 3月, 2019 2 次提交
  12. 14 2月, 2019 1 次提交
  13. 08 2月, 2019 1 次提交
  14. 29 1月, 2019 1 次提交
  15. 20 12月, 2018 1 次提交
  16. 19 12月, 2018 3 次提交
  17. 17 12月, 2018 2 次提交
  18. 13 12月, 2018 1 次提交
  19. 06 12月, 2018 1 次提交
  20. 03 11月, 2018 1 次提交
  21. 28 9月, 2018 1 次提交
  22. 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
  23. 15 9月, 2018 1 次提交
  24. 03 8月, 2018 1 次提交
  25. 01 8月, 2018 1 次提交
  26. 05 6月, 2018 1 次提交
  27. 20 5月, 2018 1 次提交
  28. 03 5月, 2018 1 次提交
  29. 09 4月, 2018 1 次提交
  30. 26 3月, 2018 1 次提交
  31. 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
  32. 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
  33. 20 1月, 2018 1 次提交
    • R
      Add rptproj.rptuser · 4c35119b
      raterus 提交于
      The VS 2017 version of the Business Intelligence project contains a user file (*.rptproj.rptuser) that should be ignored as well
      4c35119b
  34. 11 1月, 2018 1 次提交
  35. 26 12月, 2017 1 次提交
    • T
      Add *.snk strong name key files (#2483) · 7d42effd
      toby 提交于
      * Add *.snk strong name key files
      
      Strong name key files shouldn't be included in a repository AFAIK. they are intended to sign build output to verify that it comes from the correct publisher. having an *.snk in a repository would allow anyone to produce build as if they were the original publisher.
      
      I guess some OSS projects might like to have *.snk files in their repos but that would be an exception to the rule.
      
      * Make use of *.snk optional
      
      Add note explaining use.
      
      * Reduce explanation
      
      Just use a link instead
      7d42effd