|
@@ -17,13 +17,15 @@
|
|
|
[Rr]eleases/
|
|
|
x64/
|
|
|
x86/
|
|
|
-build/
|
|
|
bld/
|
|
|
[Bb]in/
|
|
|
[Oo]bj/
|
|
|
+[Ll]og/
|
|
|
|
|
|
-# 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
|
|
@@ -70,6 +76,7 @@ _Chutzpah*
|
|
|
ipch/
|
|
|
*.aps
|
|
|
*.ncb
|
|
|
+*.opendb
|
|
|
*.opensdf
|
|
|
*.sdf
|
|
|
*.cachefile
|
|
@@ -78,6 +85,7 @@ ipch/
|
|
|
*.psess
|
|
|
*.vsp
|
|
|
*.vspx
|
|
|
+*.sap
|
|
|
|
|
|
# TFS 2012 Local Workspace
|
|
|
$tf/
|
|
@@ -90,7 +98,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 +110,7 @@ _TeamCity*
|
|
|
# NCrunch
|
|
|
_NCrunch_*
|
|
|
.*crunch*.local.xml
|
|
|
+nCrunchTemp_*
|
|
|
|
|
|
# MightyMoose
|
|
|
*.mm.*
|
|
@@ -142,18 +151,33 @@ publish/
|
|
|
!**/packages/build/
|
|
|
# Uncomment if necessary however generally it will be regenerated when needed
|
|
|
#!**/packages/repositories.config
|
|
|
+# NuGet v3's project.json files produces more ignoreable files
|
|
|
+*.nuget.props
|
|
|
+*.nuget.targets
|
|
|
|
|
|
-# Windows Azure Build Output
|
|
|
+# Microsoft Azure Build Output
|
|
|
csx/
|
|
|
*.build.csdef
|
|
|
|
|
|
+# Microsoft Azure Emulator
|
|
|
+ecf/
|
|
|
+rcf/
|
|
|
+
|
|
|
+# Microsoft Azure ApplicationInsights config file
|
|
|
+ApplicationInsights.config
|
|
|
+
|
|
|
# Windows Store app package directory
|
|
|
AppPackages/
|
|
|
+BundleArtifacts/
|
|
|
|
|
|
-# 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.*
|
|
|
~$*
|
|
|
*~
|
|
|
*.dbmdl
|
|
@@ -161,7 +185,7 @@ ClientBin/
|
|
|
*.pfx
|
|
|
*.publishsettings
|
|
|
node_modules/
|
|
|
-bower_components/
|
|
|
+orleans.codegen.cs
|
|
|
|
|
|
# RIA/Silverlight projects
|
|
|
Generated_Code/
|
|
@@ -186,6 +210,9 @@ UpgradeLog*.htm
|
|
|
# Microsoft Fakes
|
|
|
FakesAssemblies/
|
|
|
|
|
|
+# GhostDoc plugin setting file
|
|
|
+*.GhostDoc.xml
|
|
|
+
|
|
|
# Node.js Tools for Visual Studio
|
|
|
.ntvs_analysis.dat
|
|
|
|
|
@@ -194,3 +221,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/
|