diff --git a/actions/plan/dist/.gitignore b/actions/plan/dist/.gitignore
new file mode 100644
index 00000000..70e0bd1e
--- /dev/null
+++ b/actions/plan/dist/.gitignore
@@ -0,0 +1,3 @@
+*
+!index.js
+!exec-child.js
diff --git a/actions/plan/dist/register.js b/actions/plan/dist/register.js
deleted file mode 100644
index 4f68e67d..00000000
--- a/actions/plan/dist/register.js
+++ /dev/null
@@ -1 +0,0 @@
-require('./').install();
diff --git a/actions/plan/dist/src/plan.d.ts b/actions/plan/dist/src/plan.d.ts
deleted file mode 100644
index cb0ff5c3..00000000
--- a/actions/plan/dist/src/plan.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-export {};
diff --git a/actions/plan/dist/src/utils/exec.d.ts b/actions/plan/dist/src/utils/exec.d.ts
deleted file mode 100644
index 1d4d0991..00000000
--- a/actions/plan/dist/src/utils/exec.d.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-import { ChildProcess } from 'child_process';
-import type { ExecOptions, ShellString } from 'shelljs';
-export interface Options extends ExecOptions {
- asString?: boolean;
- asJSON?: boolean;
-}
-export { ShellString, ChildProcess };
-export type Result