Adds ignore
This commit is contained in:
parent
b2c0919a8c
commit
1540f9f655
2 changed files with 2 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -360,3 +360,5 @@ MigrationBackup/
|
|||
|
||||
# Fody - auto-generated XML schema
|
||||
FodyWeavers.xsd
|
||||
|
||||
.idea/.idea.PlanTempus/.idea/
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ namespace SetupInfrastructure
|
|||
|
||||
telemetryChannel.Initialize(configuration);
|
||||
|
||||
telemetryChannel.Send(item);
|
||||
|
||||
|
||||
var log = new TelemetryClient(configuration);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue