1. 19 12月, 2018 1 次提交
  2. 17 12月, 2018 2 次提交
  3. 13 12月, 2018 1 次提交
  4. 03 11月, 2018 1 次提交
  5. 28 9月, 2018 1 次提交
  6. 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
  7. 15 9月, 2018 1 次提交
  8. 03 8月, 2018 1 次提交
  9. 01 8月, 2018 1 次提交
  10. 05 6月, 2018 1 次提交
  11. 20 5月, 2018 1 次提交
  12. 03 5月, 2018 1 次提交
  13. 09 4月, 2018 1 次提交
  14. 26 3月, 2018 1 次提交
  15. 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
  16. 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
  17. 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
  18. 11 1月, 2018 1 次提交
  19. 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
  20. 14 12月, 2017 1 次提交
  21. 29 11月, 2017 2 次提交
  22. 18 11月, 2017 1 次提交
  23. 16 11月, 2017 1 次提交
  24. 15 11月, 2017 1 次提交
  25. 18 10月, 2017 1 次提交
    • S
      Ignore Nuget package directory name casing · 301da25f
      synepis 提交于
      It looks like VS2017 changed it's nuget package directory name to be capitalized.
      When using Ubuntu for Windows, directory name casing of NuGet package folder becomes important and detected as a change by git,. This change is to ignore regardless of casing.
      301da25f
  26. 20 9月, 2017 1 次提交
  27. 12 8月, 2017 1 次提交
    • C
      Adds .gitignore rules for AxoCover · 5d0e2b71
      CodeNotFound 提交于
      AxoCover is a Code Coverage Tool. It creates a **.axoCover** folder where are created:
      - settings in settings.json
      - sub-folders into **run** folder which contain code coverage results.
      
      All content into **.axoCover** folder must be ignored except the **settings.json** file.
      5d0e2b71
  28. 31 7月, 2017 1 次提交
  29. 30 7月, 2017 1 次提交
  30. 10 6月, 2017 1 次提交
  31. 09 6月, 2017 1 次提交
  32. 18 5月, 2017 1 次提交
  33. 09 5月, 2017 1 次提交
  34. 19 3月, 2017 1 次提交
  35. 13 3月, 2017 1 次提交
  36. 07 3月, 2017 1 次提交
  37. 03 3月, 2017 1 次提交
    • M
      VS15 bower - default config · d5724e41
      marcrocny 提交于
      In VS15 (2017) the default .bowerrc repoints the default location to wwwroot/lib, and bower package restore is ON.
      d5724e41
  38. 01 3月, 2017 1 次提交