Skip to content

Commit decd86f

Browse files
committed
Merge pull request github#1815 from anderslundsgard/master
Ignore ApplicationInsights.config for Microsoft Azure
2 parents 9d558d2 + 25de341 commit decd86f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

VisualStudio.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,17 @@ publish/
152152
# Uncomment if necessary however generally it will be regenerated when needed
153153
#!**/packages/repositories.config
154154

155-
# Windows Azure Build Output
155+
# Microsoft Azure Build Output
156156
csx/
157157
*.build.csdef
158158

159-
# Windows Azure Emulator
159+
# Microsoft Azure Emulator
160160
ecf/
161161
rcf/
162162

163+
# Microsoft Azure ApplicationInsights config file
164+
ApplicationInsights.config
165+
163166
# Windows Store app package directory
164167
AppPackages/
165168
BundleArtifacts/

0 commit comments

Comments
 (0)