1. 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
  2. 20 9月, 2017 1 次提交
  3. 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
  4. 31 7月, 2017 1 次提交
  5. 30 7月, 2017 1 次提交
  6. 10 6月, 2017 1 次提交
  7. 09 6月, 2017 1 次提交
  8. 18 5月, 2017 1 次提交
  9. 09 5月, 2017 1 次提交
  10. 19 3月, 2017 1 次提交
  11. 13 3月, 2017 1 次提交
  12. 01 3月, 2017 1 次提交
  13. 28 2月, 2017 1 次提交
  14. 15 2月, 2017 1 次提交
  15. 02 2月, 2017 1 次提交
  16. 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
  17. 06 1月, 2017 1 次提交
  18. 16 11月, 2016 1 次提交
  19. 07 11月, 2016 1 次提交
  20. 02 11月, 2016 2 次提交
  21. 19 10月, 2016 1 次提交
  22. 18 10月, 2016 1 次提交
  23. 26 9月, 2016 1 次提交
  24. 20 9月, 2016 1 次提交
  25. 15 9月, 2016 1 次提交
  26. 12 9月, 2016 1 次提交
  27. 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
  28. 23 8月, 2016 1 次提交
  29. 11 8月, 2016 1 次提交
  30. 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
  31. 26 3月, 2016 1 次提交
  32. 08 3月, 2016 1 次提交
  33. 05 3月, 2016 1 次提交
    • A
      Remote ApplicationInsights.config from VisualStudio.gitignore · b2bacc51
      Aaron Holmes 提交于
      Commit a25589c9 introduced an ignore line for ApplicationInsights.config. This change breaks builds on certain systems, namely VSTS.
      
      The current ASP.NET 4 template adds ApplicationInsights.config to the project's .csproj file. When VSTS attempts to build the project, it will fail if it cannot find ApplicationInsights.config.
      
      ApplicationInsights.config is a required application file and should not be ignored.
      b2bacc51
  34. 18 2月, 2016 1 次提交
  35. 16 2月, 2016 4 次提交
  36. 12 2月, 2016 1 次提交