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