From 3255e94620633729b8c860965e8771ead964094e Mon Sep 17 00:00:00 2001 From: sleevezipper Date: Thu, 7 Jan 2021 22:38:11 +0100 Subject: [PATCH] ignore .user files --- .gitignore | 2 ++ .../Properties/PublishProfiles/FolderProfile.pubxml.user | 6 ------ .../Properties/PublishProfiles/Standalone.pubxml.user | 6 ------ UserInterface/UserInterface.csproj.user | 6 ------ .../Properties/PublishProfiles/AzureHosted.pubxml.user | 6 ------ .../PublishProfiles/ClickOnceProfile.pubxml.user | 6 ------ .../Properties/PublishProfiles/FolderProfile.pubxml.user | 6 ------ .../Properties/PublishProfiles/SingleFile.pubxml.user | 6 ------ .../hass-workstation-service.csproj.user | 7 ------- 9 files changed, 2 insertions(+), 49 deletions(-) delete mode 100644 UserInterface/Properties/PublishProfiles/FolderProfile.pubxml.user delete mode 100644 UserInterface/Properties/PublishProfiles/Standalone.pubxml.user delete mode 100644 UserInterface/UserInterface.csproj.user delete mode 100644 hass-workstation-service/Properties/PublishProfiles/AzureHosted.pubxml.user delete mode 100644 hass-workstation-service/Properties/PublishProfiles/ClickOnceProfile.pubxml.user delete mode 100644 hass-workstation-service/Properties/PublishProfiles/FolderProfile.pubxml.user delete mode 100644 hass-workstation-service/Properties/PublishProfiles/SingleFile.pubxml.user delete mode 100644 hass-workstation-service/hass-workstation-service.csproj.user diff --git a/.gitignore b/.gitignore index 790402c..ccdc8b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .vs/ + +*.user diff --git a/UserInterface/Properties/PublishProfiles/FolderProfile.pubxml.user b/UserInterface/Properties/PublishProfiles/FolderProfile.pubxml.user deleted file mode 100644 index 312c6e3..0000000 --- a/UserInterface/Properties/PublishProfiles/FolderProfile.pubxml.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/UserInterface/Properties/PublishProfiles/Standalone.pubxml.user b/UserInterface/Properties/PublishProfiles/Standalone.pubxml.user deleted file mode 100644 index 312c6e3..0000000 --- a/UserInterface/Properties/PublishProfiles/Standalone.pubxml.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/UserInterface/UserInterface.csproj.user b/UserInterface/UserInterface.csproj.user deleted file mode 100644 index bbf9920..0000000 --- a/UserInterface/UserInterface.csproj.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - <_LastSelectedProfileId>C:\Users\Maurits\Documents\Repo\hass-desktop-service\UserInterface\Properties\PublishProfiles\Standalone.pubxml - - \ No newline at end of file diff --git a/hass-workstation-service/Properties/PublishProfiles/AzureHosted.pubxml.user b/hass-workstation-service/Properties/PublishProfiles/AzureHosted.pubxml.user deleted file mode 100644 index a32fee2..0000000 --- a/hass-workstation-service/Properties/PublishProfiles/AzureHosted.pubxml.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - diff --git a/hass-workstation-service/Properties/PublishProfiles/ClickOnceProfile.pubxml.user b/hass-workstation-service/Properties/PublishProfiles/ClickOnceProfile.pubxml.user deleted file mode 100644 index a32fee2..0000000 --- a/hass-workstation-service/Properties/PublishProfiles/ClickOnceProfile.pubxml.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - diff --git a/hass-workstation-service/Properties/PublishProfiles/FolderProfile.pubxml.user b/hass-workstation-service/Properties/PublishProfiles/FolderProfile.pubxml.user deleted file mode 100644 index 312c6e3..0000000 --- a/hass-workstation-service/Properties/PublishProfiles/FolderProfile.pubxml.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/hass-workstation-service/Properties/PublishProfiles/SingleFile.pubxml.user b/hass-workstation-service/Properties/PublishProfiles/SingleFile.pubxml.user deleted file mode 100644 index a32fee2..0000000 --- a/hass-workstation-service/Properties/PublishProfiles/SingleFile.pubxml.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - diff --git a/hass-workstation-service/hass-workstation-service.csproj.user b/hass-workstation-service/hass-workstation-service.csproj.user deleted file mode 100644 index 3061c40..0000000 --- a/hass-workstation-service/hass-workstation-service.csproj.user +++ /dev/null @@ -1,7 +0,0 @@ - - - - <_LastSelectedProfileId>C:\Users\Maurits\Documents\Repo\hass-desktop-service\hass-workstation-service\Properties\PublishProfiles\FolderProfile.pubxml - true - - \ No newline at end of file