Skip to content

Commit 8cf6821

Browse files
Add diagnostic data dll names to .gitignore (microsoft#113)
These dll's are used for reporting diagnostic data and users can optionally store them in the module's directory to avoid downloading them on demand (or they can use Set-GitHubConfiguration -AssemblyPath to specify an alternate location). For users that opt to put the dll's in the module directory and are using the module from a git enlistment, this will ignore those files. This should be temporary and should be able to be undone once microsoft#104 is resolved.
1 parent 6595086 commit 8cf6821

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
Tests/Config/Settings.ps1
2+
Microsoft.ApplicationInsights.dll
3+
Microsoft.Diagnostics.Tracing.EventSource.dll
4+
Microsoft.Threading.Tasks.dll

0 commit comments

Comments
 (0)