From 3c0cefb1c473e5439f2a1ac37686f6b49af5e00c Mon Sep 17 00:00:00 2001 From: worksofliam Date: Tue, 21 Jan 2025 09:47:38 -0500 Subject: [PATCH] Remove unused local filesystem types Signed-off-by: worksofliam --- src/filesystems/local/types.ts | 3 --- src/typings.ts | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 src/filesystems/local/types.ts diff --git a/src/filesystems/local/types.ts b/src/filesystems/local/types.ts deleted file mode 100644 index 70c5d39f0..000000000 --- a/src/filesystems/local/types.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { Ignore } from "ignore" -import { WorkspaceFolder } from "vscode" -import { DeploymentMethod } from "../../api/types" \ No newline at end of file diff --git a/src/typings.ts b/src/typings.ts index 534b4948a..c278dde87 100644 --- a/src/typings.ts +++ b/src/typings.ts @@ -26,5 +26,4 @@ export interface DeploymentParameters { export type EditorPath = string | { fsPath: string }; export * from "./api/types"; -export * from "./ui/types"; -export * from "./filesystems/local/types"; \ No newline at end of file +export * from "./ui/types"; \ No newline at end of file