diff options
-rw-r--r-- | boilerplate/typescript/.gitignore | 5 | ||||
-rw-r--r-- | website/goals/.gitignore | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/boilerplate/typescript/.gitignore b/boilerplate/typescript/.gitignore index fdf1c6188a4c..ebea22e071dd 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 fdf1c6188a4c..a86b565e2238 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 |