diff --git a/boilerplate/typescript/.gitignore b/boilerplate/typescript/.gitignore index fdf1c6188..ebea22e07 100644 --- a/boilerplate/typescript/.gitignore +++ b/boilerplate/typescript/.gitignore @@ -1,2 +1,3 @@ -.cache -dist \ No newline at end of file +/.cache +/dist +/node_modules \ No newline at end of file diff --git a/website/goals/.gitignore b/website/goals/.gitignore index fdf1c6188..a86b565e2 100644 --- a/website/goals/.gitignore +++ b/website/goals/.gitignore @@ -1,2 +1,3 @@ -.cache -dist \ No newline at end of file +/.cache +/dist/**/* +/node_modules \ No newline at end of file