From 6c6d83baeba7289ffeff6c5ec1d90a8d411d2989 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 1 Jun 2020 22:48:25 +0800 Subject: Migrate to yarn v2 . --- Timeline/ClientApp/.gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Timeline/ClientApp/.gitignore') 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 -- cgit v1.2.3