diff --git a/.gitignore b/.gitignore index 0e57486f..721e167b 100644 --- a/.gitignore +++ b/.gitignore @@ -22,5 +22,5 @@ dist-ssr *.njsproj *.sln *.sw? -tsconfig.tsbuildinfo +*.tsbuildinfo .yarn \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 00000000..737a4e81 --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +__tests__ \ No newline at end of file