Remote ApplicationInsights.config from VisualStudio.gitignore

Commit a25589c921 introduced an ignore line for ApplicationInsights.config. This change breaks builds on certain systems, namely VSTS.

The current ASP.NET 4 template adds ApplicationInsights.config to the project's .csproj file. When VSTS attempts to build the project, it will fail if it cannot find ApplicationInsights.config.

ApplicationInsights.config is a required application file and should not be ignored.
This commit is contained in:
Aaron Holmes 2016-03-04 13:07:34 -08:00
parent 1c70d149b5
commit b2bacc5184
1 changed files with 0 additions and 3 deletions

View File

@ -163,9 +163,6 @@ csx/
ecf/
rcf/
# Microsoft Azure ApplicationInsights config file
ApplicationInsights.config
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/