diff options
Diffstat (limited to 'Timeline/ClientApp/.gitignore')
-rw-r--r-- | Timeline/ClientApp/.gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Timeline/ClientApp/.gitignore b/Timeline/ClientApp/.gitignore index e7a6cf65..cf6c0813 100644 --- a/Timeline/ClientApp/.gitignore +++ b/Timeline/ClientApp/.gitignore @@ -2,8 +2,11 @@ # dependencies /node_modules -/.pnp -.pnp.js + +.yarn/* +!.yarn/cache +!.yarn/releases +!.yarn/plugins # testing /coverage @@ -24,4 +27,4 @@ yarn-error.log* .vscode -dist
\ No newline at end of file +/dist
\ No newline at end of file |