提交 7d209f8a 编写于 作者: B Brendan Forster

a bit more cleanup

上级 a5b891d9
...@@ -32,7 +32,7 @@ bld/ ...@@ -32,7 +32,7 @@ bld/
# NUnit # NUnit
# an open source test framework for .NET # an open source test framework for .NET
# site: http://www.nunit.org/ # url: http://www.nunit.org/
# remove: if you are not using the NUnit test runner to run your tests # remove: if you are not using the NUnit test runner to run your tests
*.VisualState.xml *.VisualState.xml
TestResult.xml TestResult.xml
...@@ -45,7 +45,7 @@ dlldata.c ...@@ -45,7 +45,7 @@ dlldata.c
# DNX # DNX
# summary: the environment for cross-platform .NET development # summary: the environment for cross-platform .NET development
# site: https://github.com/aspnet/dnx # url: https://github.com/aspnet/dnx
# #
# locks the package references for a project to specific versions # locks the package references for a project to specific versions
# url: https://github.com/aspnet/Home/wiki/Lock-file # url: https://github.com/aspnet/Home/wiki/Lock-file
...@@ -84,8 +84,8 @@ artifacts/ ...@@ -84,8 +84,8 @@ artifacts/
# Chutzpah # Chutzpah
# a JS unit testing framework for commit # a JS unit testing framework for commit
# site: https://github.com/mmanela/chutzpah # url: https://github.com/mmanela/chutzpah
# include-when: you use the Chutzpah test runner to run tests # remove: if you do not use the Chutzpah test runner in your project
_Chutzpah* _Chutzpah*
# Visual C++ cache files # Visual C++ cache files
...@@ -97,13 +97,13 @@ ipch/ ...@@ -97,13 +97,13 @@ ipch/
*.cachefile *.cachefile
# temporary files generated by the Visual Studio profiling tools # temporary files generated by the Visual Studio profiling tools
# remove-when: you are not using these features of Visual Studio # remove: if you are not using these features of Visual Studio
*.psess *.psess
*.vsp *.vsp
*.vspx *.vspx
# TFS 2012 Local Workspace # TFS 2012 Local Workspace
# remove-when: you are not using TFVC in this repository # remove: if you are not using TFVC in this repository
$tf/ $tf/
# Guidance Automation Toolkit # Guidance Automation Toolkit
...@@ -111,36 +111,42 @@ $tf/ ...@@ -111,36 +111,42 @@ $tf/
# ReSharper # ReSharper
# a Visual Studio extension which supports various project types # a Visual Studio extension which supports various project types
# site: https://www.jetbrains.com/resharper/ # url: https://www.jetbrains.com/resharper/
_ReSharper*/ _ReSharper*/
*.[Rr]e[Ss]harper *.[Rr]e[Ss]harper
*.DotSettings.user *.DotSettings.user
# JustCode # JustCode
# a Visual Studio extension for various project types # a Visual Studio extension for various project types
# site: https://www.jetbrains.com/resharper/ # url: https://www.jetbrains.com/resharper/
.JustCode .JustCode
# TeamCity is a build add-in # TeamCity
# a Visual Studio extension you can download from your TeamCity server
# url: https://confluence.jetbrains.com/display/TCD9/Visual+Studio+Addin
_TeamCity* _TeamCity*
# DotCover is a Code Coverage Tool # DotCover
# a code coverage plugin for Visual Studio
# url: https://www.jetbrains.com/dotcover/
*.dotCover *.dotCover
# NCrunch # NCrunch
# a continuous test runner for Visual Studio # a continuous test runner for Visual Studio
# site: TODO # url: http://www.ncrunch.net
_NCrunch_* _NCrunch_*
.*crunch*.local.xml .*crunch*.local.xml
nCrunchTemp_* nCrunchTemp_*
# MightyMoose # MightyMoose
# site: TODO: # a continuous test runner for Visual Studio
# url: http://www.continuoustests.com/
*.mm.* *.mm.*
AutoTest.Net/ AutoTest.Net/
# Web Workbench # Web Workbench
# site: TODO: # SASS, LESS and Coffeescript integration for Visual Studio
# url: http://www.mindscapehq.com/products/web-workbench
.sass-cache/ .sass-cache/
# Installshield output folder # Installshield output folder
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册