Skip to content

Commit

Permalink
Add dev appsettings to gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 28, 2023
1 parent 4f98ab3 commit a1384ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,5 @@ Server.Installer/Properties/launchSettings.json
.DS_Store
/Server/wwwroot/Content/Linux-x64/Remotely_Desktop
!/.vscode/launch.json
!/.vscode/tasks.json
!/.vscode/tasks.json
/Server/appsettings.Development.json
10 changes: 1 addition & 9 deletions Desktop.Shared/Services/OrganizationIdProvider.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
using CommunityToolkit.Mvvm.Messaging;
using Immense.RemoteControl.Desktop.Shared.Services;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;


namespace Remotely.Desktop.Shared.Services
{
public interface IOrganizationIdProvider
Expand Down

0 comments on commit a1384ed

Please sign in to comment.