1. 15 9月, 2018 1 次提交
  2. 03 8月, 2018 1 次提交
  3. 01 8月, 2018 1 次提交
  4. 05 6月, 2018 1 次提交
  5. 20 5月, 2018 1 次提交
  6. 03 5月, 2018 1 次提交
  7. 09 4月, 2018 1 次提交
  8. 26 3月, 2018 1 次提交
  9. 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
  10. 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
  11. 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
  12. 11 1月, 2018 1 次提交
  13. 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
  14. 14 12月, 2017 1 次提交
  15. 29 11月, 2017 2 次提交
  16. 18 11月, 2017 1 次提交
  17. 16 11月, 2017 1 次提交
  18. 15 11月, 2017 1 次提交
  19. 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
  20. 20 9月, 2017 1 次提交
  21. 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
  22. 31 7月, 2017 1 次提交
  23. 30 7月, 2017 1 次提交
  24. 10 6月, 2017 1 次提交
  25. 09 6月, 2017 1 次提交
  26. 18 5月, 2017 1 次提交
  27. 09 5月, 2017 1 次提交
  28. 19 3月, 2017 1 次提交
  29. 13 3月, 2017 1 次提交
  30. 01 3月, 2017 1 次提交
  31. 28 2月, 2017 1 次提交
  32. 15 2月, 2017 1 次提交
  33. 02 2月, 2017 1 次提交
  34. 11 1月, 2017 1 次提交
    • G
      Corrected ignore settings for Cake · a4cdac19
      Gary Ewan Park 提交于
      - It is recommended to include the packages.config file when using Cake
      - This ensures that the Cake version that is being used is *pinned* and updated only when the user decides
      a4cdac19
  35. 06 1月, 2017 1 次提交
  36. 16 11月, 2016 1 次提交
  37. 07 11月, 2016 1 次提交
  38. 02 11月, 2016 2 次提交