From 7e8617bbaf84654287c13bb02f873a19ec193253 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Thu, 20 Apr 2023 18:04:29 -0700 Subject: [PATCH] Remove git handler into its own folder --- src/CustomHandlers/{ => git}/GitHandler.cs | 0 src/CustomHandlers/{ => git}/GitNode.cs | 0 src/CustomHandlers/{ => git}/GitRepoInfo.cs | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/CustomHandlers/{ => git}/GitHandler.cs (100%) rename src/CustomHandlers/{ => git}/GitNode.cs (100%) rename src/CustomHandlers/{ => git}/GitRepoInfo.cs (100%) diff --git a/src/CustomHandlers/GitHandler.cs b/src/CustomHandlers/git/GitHandler.cs similarity index 100% rename from src/CustomHandlers/GitHandler.cs rename to src/CustomHandlers/git/GitHandler.cs diff --git a/src/CustomHandlers/GitNode.cs b/src/CustomHandlers/git/GitNode.cs similarity index 100% rename from src/CustomHandlers/GitNode.cs rename to src/CustomHandlers/git/GitNode.cs diff --git a/src/CustomHandlers/GitRepoInfo.cs b/src/CustomHandlers/git/GitRepoInfo.cs similarity index 100% rename from src/CustomHandlers/GitRepoInfo.cs rename to src/CustomHandlers/git/GitRepoInfo.cs