소스 검색

Merge pull request #1815 from anderslundsgard/master

Ignore ApplicationInsights.config for Microsoft Azure
Brendan Forster 9 년 전
부모
커밋
578a7b7514
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      VisualStudio.gitignore

+ 5 - 2
VisualStudio.gitignore

@@ -152,14 +152,17 @@ publish/
 # Uncomment if necessary however generally it will be regenerated when needed
 #!**/packages/repositories.config
 
-# Windows Azure Build Output
+# Microsoft Azure Build Output
 csx/
 *.build.csdef
 
-# Windows Azure Emulator
+# Microsoft Azure Emulator
 ecf/
 rcf/
 
+# Microsoft Azure ApplicationInsights config file
+ApplicationInsights.config
+
 # Windows Store app package directory
 AppPackages/
 BundleArtifacts/