|
@@ -22,8 +22,10 @@ bld/
|
|
|
[Bb]in/
|
|
|
[Oo]bj/
|
|
|
|
|
|
-# Visual Studo 2015 cache/options directory
|
|
|
+# Visual Studio 2015 cache/options directory
|
|
|
.vs/
|
|
|
+# Uncomment if you have tasks that create the project's static files in wwwroot
|
|
|
+#wwwroot/
|
|
|
|
|
|
# MSTest test Results
|
|
|
[Tt]est[Rr]esult*/
|
|
@@ -38,6 +40,10 @@ TestResult.xml
|
|
|
[Rr]eleasePS/
|
|
|
dlldata.c
|
|
|
|
|
|
+# DNX
|
|
|
+project.lock.json
|
|
|
+artifacts/
|
|
|
+
|
|
|
*_i.c
|
|
|
*_p.c
|
|
|
*_i.h
|
|
@@ -78,6 +84,7 @@ ipch/
|
|
|
*.psess
|
|
|
*.vsp
|
|
|
*.vspx
|
|
|
+*.sap
|
|
|
|
|
|
# TFS 2012 Local Workspace
|
|
|
$tf/
|
|
@@ -90,7 +97,7 @@ _ReSharper*/
|
|
|
*.[Rr]e[Ss]harper
|
|
|
*.DotSettings.user
|
|
|
|
|
|
-# JustCode is a .NET coding addin-in
|
|
|
+# JustCode is a .NET coding add-in
|
|
|
.JustCode
|
|
|
|
|
|
# TeamCity is a build add-in
|
|
@@ -102,6 +109,7 @@ _TeamCity*
|
|
|
# NCrunch
|
|
|
_NCrunch_*
|
|
|
.*crunch*.local.xml
|
|
|
+nCrunchTemp_*
|
|
|
|
|
|
# MightyMoose
|
|
|
*.mm.*
|
|
@@ -147,11 +155,20 @@ publish/
|
|
|
csx/
|
|
|
*.build.csdef
|
|
|
|
|
|
+# Windows Azure Emulator
|
|
|
+efc/
|
|
|
+rfc/
|
|
|
+
|
|
|
# Windows Store app package directory
|
|
|
AppPackages/
|
|
|
|
|
|
-# Others
|
|
|
+# Visual Studio cache files
|
|
|
+# files ending in .cache can be ignored
|
|
|
*.[Cc]ache
|
|
|
+# but keep track of directories ending in .cache
|
|
|
+!*.[Cc]ache/
|
|
|
+
|
|
|
+# Others
|
|
|
ClientBin/
|
|
|
[Ss]tyle[Cc]op.*
|
|
|
~$*
|
|
@@ -161,7 +178,7 @@ ClientBin/
|
|
|
*.pfx
|
|
|
*.publishsettings
|
|
|
node_modules/
|
|
|
-bower_components/
|
|
|
+orleans.codegen.cs
|
|
|
|
|
|
# RIA/Silverlight projects
|
|
|
Generated_Code/
|
|
@@ -186,6 +203,9 @@ UpgradeLog*.htm
|
|
|
# Microsoft Fakes
|
|
|
FakesAssemblies/
|
|
|
|
|
|
+# GhostDoc plugin setting file
|
|
|
+*.GhostDoc.xml
|
|
|
+
|
|
|
# Node.js Tools for Visual Studio
|
|
|
.ntvs_analysis.dat
|
|
|
|
|
@@ -194,3 +214,17 @@ FakesAssemblies/
|
|
|
|
|
|
# Visual Studio 6 workspace options file
|
|
|
*.opt
|
|
|
+
|
|
|
+# Visual Studio LightSwitch build output
|
|
|
+**/*.HTMLClient/GeneratedArtifacts
|
|
|
+**/*.DesktopClient/GeneratedArtifacts
|
|
|
+**/*.DesktopClient/ModelManifest.xml
|
|
|
+**/*.Server/GeneratedArtifacts
|
|
|
+**/*.Server/ModelManifest.xml
|
|
|
+_Pvt_Extensions
|
|
|
+
|
|
|
+# Paket dependency manager
|
|
|
+.paket/paket.exe
|
|
|
+
|
|
|
+# FAKE - F# Make
|
|
|
+.fake/
|