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