Skip to content

Commit 930084b

Browse files
committed
Add diagnostic data dll names to .gitignore
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 930084b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
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)