Skip to content

Commit

Permalink
Add diagnostic data dll names to .gitignore (#113)
Browse files Browse the repository at this point in the history
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 #104 is resolved.
  • Loading branch information
HowardWolosky authored Jun 5, 2019
1 parent 6595086 commit 8cf6821
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
Tests/Config/Settings.ps1
Microsoft.ApplicationInsights.dll
Microsoft.Diagnostics.Tracing.EventSource.dll
Microsoft.Threading.Tasks.dll

0 comments on commit 8cf6821

Please sign in to comment.