From 9ebba9b0c1493335ec42096350956c0c7ef1cae0 Mon Sep 17 00:00:00 2001 From: Christopher Allford <6451942+ObliviousHarmony@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:51:34 -0700 Subject: [PATCH] Dropped Accidental Files --- .gitattributes | 1 + .vscodeignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index c5a4d94..0e6fadc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,6 +18,7 @@ /README.md export-ignore /CHANGELOG.md export-ignore /src export-ignore +/types export-ignore /package.json export-ignore /package-lock.json export-ignore /node_modules export-ignore diff --git a/.vscodeignore b/.vscodeignore index 9aab571..32c5981 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -3,6 +3,7 @@ node_modules/ vendor/ src/ +types/ .eslintrc.json jest.config.json tsconfig.json