1. 02 2月, 2017 1 次提交
  2. 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
  3. 06 1月, 2017 1 次提交
  4. 16 11月, 2016 1 次提交
  5. 07 11月, 2016 1 次提交
  6. 02 11月, 2016 2 次提交
  7. 19 10月, 2016 1 次提交
  8. 18 10月, 2016 1 次提交
  9. 26 9月, 2016 1 次提交
  10. 20 9月, 2016 1 次提交
  11. 15 9月, 2016 1 次提交
  12. 12 9月, 2016 1 次提交
  13. 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
  14. 23 8月, 2016 1 次提交
  15. 11 8月, 2016 1 次提交
  16. 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
  17. 26 3月, 2016 1 次提交
  18. 08 3月, 2016 1 次提交
  19. 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
  20. 18 2月, 2016 1 次提交
  21. 16 2月, 2016 4 次提交
  22. 12 2月, 2016 1 次提交
  23. 10 2月, 2016 1 次提交
  24. 29 12月, 2015 2 次提交
  25. 27 12月, 2015 3 次提交
    • A
      Remove `build/` suppression · 849fa552
      Andrew Arnott 提交于
      The authoring of NuGet packages quite often include `build` folders, and when this is .gitignore'd it's very often the source of bugs in files that don't get checked in.
      
      I've never seen a Visual Studio project that builds to a `build` folder (`bin` is the default name). As this is a Visual Studio template file, and we have real projects that include `build` folders that include source code, I recommend we remove suppression of this folder.
      849fa552
    • A
      Stop ignoring StyleCop.json · 346fb933
      Andrew Arnott 提交于
      StyleCop.Analyzers is the modern re-invention of StyleCop, and uses a StyleCop.json file that the default .gitignore file made very difficult to check in, and easy to think was checked in but isn't.
      See https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/32057fff82adf7cfb92aa50aef69a6b030eedf31/documentation/Configuration.md#source-control for the documented case.
      
      Looking through history, this line was last touched to make it case insensitive, and before that the line was in the original VisualStudio.gitignore file, without justification for why it should ignore all file extensions. From my experience with stylecop, the only file I remember it creating was stylecop.cache. I would change `[Ss]tyle[Cc]op.*` to `[Ss]tyle[Cc]op.cache` but there is already a line for suppressing all *.cache files (which wasn't there when the stylecop line was originally added). So I believe this line is now obsolete, and as I explain above, actually problematic.
      346fb933
    • A
      Ignore files generated by NuGet v3 project.json · 6d1612cf
      Andrew Arnott 提交于
      6d1612cf
  26. 15 12月, 2015 1 次提交
  27. 04 12月, 2015 1 次提交
  28. 02 12月, 2015 1 次提交
  29. 01 12月, 2015 1 次提交
  30. 30 11月, 2015 1 次提交
  31. 04 10月, 2015 1 次提交
  32. 23 9月, 2015 1 次提交
  33. 02 9月, 2015 1 次提交
    • M
      Windows Azure Emulator · 338d8f73
      Michael Stegmann 提交于
      Ignoring directory "efc" and "rfc" created by the Windows Azure Emulator
      
      Directory before starting emulator the first time:
      
      Directory: C:\temp\AzureCloudService1\AzureCloudService1
      
      Mode                LastWriteTime         Length Name
      ----                -------------         ------ ----
      d-----         9/1/2015   9:16 AM                bin
      d-----         9/1/2015   9:16 AM                WorkerRole1Content
      -a----         9/1/2015   9:16 AM           3014 AzureCloudService1.ccproj
      -a----         9/1/2015   9:16 AM            144 AzureCloudService1.ccproj.user
      -a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Cloud.cscfg
      -a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Local.cscfg
      -a----         9/1/2015   9:16 AM            428 ServiceDefinition.csdef
      
      
      And after starting the Emulator:
      
      Directory: C:\temp\AzureCloudService1\AzureCloudService1
      
      Mode                LastWriteTime         Length Name
      ----                -------------         ------ ----
      d-----         9/1/2015   9:16 AM                bin
      d-----         9/1/2015   9:19 AM                csx
      d-----         9/1/2015   9:19 AM                ecf
      d-----         9/1/2015   9:19 AM                obj
      d-----         9/1/2015   9:19 AM                rcf
      d-----         9/1/2015   9:16 AM                WorkerRole1Content
      -a----         9/1/2015   9:16 AM           3014 AzureCloudService1.ccproj
      -a----         9/1/2015   9:16 AM            144 AzureCloudService1.ccproj.user
      -a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Cloud.cscfg
      -a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Local.cscfg
      -a----         9/1/2015   9:16 AM            428 ServiceDefinition.csdef
      338d8f73