1. 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
  2. 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
  3. 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
  4. 14 12月, 2017 1 次提交
  5. 29 11月, 2017 2 次提交
  6. 18 11月, 2017 1 次提交
  7. 16 11月, 2017 1 次提交
  8. 15 11月, 2017 1 次提交
  9. 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
  10. 20 9月, 2017 1 次提交
  11. 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
  12. 31 7月, 2017 1 次提交
  13. 30 7月, 2017 1 次提交
  14. 10 6月, 2017 1 次提交
  15. 09 6月, 2017 1 次提交
  16. 18 5月, 2017 1 次提交
  17. 09 5月, 2017 1 次提交
  18. 19 3月, 2017 1 次提交
  19. 13 3月, 2017 1 次提交
  20. 01 3月, 2017 1 次提交
  21. 28 2月, 2017 1 次提交
  22. 15 2月, 2017 1 次提交
  23. 02 2月, 2017 1 次提交
  24. 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
  25. 06 1月, 2017 1 次提交
  26. 16 11月, 2016 1 次提交
  27. 07 11月, 2016 1 次提交
  28. 02 11月, 2016 2 次提交
  29. 19 10月, 2016 1 次提交
  30. 18 10月, 2016 1 次提交
  31. 26 9月, 2016 1 次提交
  32. 20 9月, 2016 1 次提交
  33. 15 9月, 2016 1 次提交
  34. 12 9月, 2016 1 次提交
  35. 09 9月, 2016 1 次提交
    • K
      Ignore .jfm files in Visual Studio · 3cdfc099
      Kevin Cunnane 提交于
      .jfm files have started blocking checking for .sqlproj projects in Visual Studio. .jfm files are a new file-type created by the Microsoft ESENT database engine - this is a recent improvement only in Windows 10 Anniversary update. As the SSDT .sqlproj type in Visual Studio uses this engine for .dbmdl metadata files, and this file is locked by the user, this currently blocks users from checking into Git repositories.
      
      This fix helps mitigate this by avoiding checkin of this file type.
      3cdfc099
  36. 23 8月, 2016 1 次提交
  37. 11 8月, 2016 1 次提交
  38. 23 5月, 2016 1 次提交
    • J
      VisualStudio ignore project.fragment.lock.json · be2df771
      James Skimming 提交于
      I've just upgraded to ASP.NET Core RC2, and I've found that Visual
      Studio is producing a file called project.fragment.lock.json. When I
      delete the file it is recreated during build. Given project.lock.json is
      already ignored this looks like another file to ignore.
      be2df771