From 96a0375a4aca7de814923c0d18fd2418ecd15cf7 Mon Sep 17 00:00:00 2001 From: Akash Hamirwasia Date: Fri, 21 Jun 2024 20:16:17 +0000 Subject: [PATCH] Add ignore file to ignore playground files, src files --- compiler/.npmignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 compiler/.npmignore diff --git a/compiler/.npmignore b/compiler/.npmignore new file mode 100644 index 0000000..41b87aa --- /dev/null +++ b/compiler/.npmignore @@ -0,0 +1,3 @@ +dist/playground.* +src +tsconfig.json \ No newline at end of file