aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/.gitignore
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-01 22:48:25 +0800
committercrupest <crupest@outlook.com>2020-06-01 22:48:25 +0800
commit6c6d83baeba7289ffeff6c5ec1d90a8d411d2989 (patch)
treea66bb3c077ad683e8b395a2ce56eae7f55a96fa0 /Timeline/ClientApp/.gitignore
parentf0e7b9ac7a676ed4bbe372dbbe39f2391ea61079 (diff)
downloadtimeline-6c6d83baeba7289ffeff6c5ec1d90a8d411d2989.tar.gz
timeline-6c6d83baeba7289ffeff6c5ec1d90a8d411d2989.tar.bz2
timeline-6c6d83baeba7289ffeff6c5ec1d90a8d411d2989.zip
Migrate to yarn v2 .
Diffstat (limited to 'Timeline/ClientApp/.gitignore')
-rw-r--r--Timeline/ClientApp/.gitignore9
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