a bit more cleanup
This commit is contained in:
parent
a5b891d9d2
commit
7d209f8aac
@ -32,7 +32,7 @@ bld/
|
||||
|
||||
# NUnit
|
||||
# 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
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
@ -45,7 +45,7 @@ dlldata.c
|
||||
|
||||
# DNX
|
||||
# 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
|
||||
# url: https://github.com/aspnet/Home/wiki/Lock-file
|
||||
@ -84,8 +84,8 @@ artifacts/
|
||||
|
||||
# Chutzpah
|
||||
# a JS unit testing framework for commit
|
||||
# site: https://github.com/mmanela/chutzpah
|
||||
# include-when: you use the Chutzpah test runner to run tests
|
||||
# url: https://github.com/mmanela/chutzpah
|
||||
# remove: if you do not use the Chutzpah test runner in your project
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
@ -97,13 +97,13 @@ ipch/
|
||||
*.cachefile
|
||||
|
||||
# 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
|
||||
*.vsp
|
||||
*.vspx
|
||||
|
||||
# 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/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
@ -111,36 +111,42 @@ $tf/
|
||||
|
||||
# ReSharper
|
||||
# a Visual Studio extension which supports various project types
|
||||
# site: https://www.jetbrains.com/resharper/
|
||||
# url: https://www.jetbrains.com/resharper/
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# JustCode
|
||||
# a Visual Studio extension for various project types
|
||||
# site: https://www.jetbrains.com/resharper/
|
||||
# url: https://www.jetbrains.com/resharper/
|
||||
.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*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
# DotCover
|
||||
# a code coverage plugin for Visual Studio
|
||||
# url: https://www.jetbrains.com/dotcover/
|
||||
*.dotCover
|
||||
|
||||
# NCrunch
|
||||
# a continuous test runner for Visual Studio
|
||||
# site: TODO
|
||||
# url: http://www.ncrunch.net
|
||||
_NCrunch_*
|
||||
.*crunch*.local.xml
|
||||
nCrunchTemp_*
|
||||
|
||||
# MightyMoose
|
||||
# site: TODO:
|
||||
# a continuous test runner for Visual Studio
|
||||
# url: http://www.continuoustests.com/
|
||||
*.mm.*
|
||||
AutoTest.Net/
|
||||
|
||||
# Web Workbench
|
||||
# site: TODO:
|
||||
# SASS, LESS and Coffeescript integration for Visual Studio
|
||||
# url: http://www.mindscapehq.com/products/web-workbench
|
||||
.sass-cache/
|
||||
|
||||
# Installshield output folder
|
||||
|
Loading…
Reference in New Issue
Block a user