a bit more cleanup
This commit is contained in:
parent
a5b891d9d2
commit
7d209f8aac
@ -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
|
|||||||
|
|
||||||
# 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/
|
|||||||
|
|
||||||
# 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/
|
|||||||
*.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/
|
|||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user