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
commit6e0b89c28a71c0b3c6ebb959f5fa7e18a464bd2d (patch)
tree6d6c4fc1555418df52cc906a460725637958c85a /Timeline/ClientApp/.gitignore
parent738d36fa225bca5fb954ae705051226bef75d569 (diff)
downloadtimeline-6e0b89c28a71c0b3c6ebb959f5fa7e18a464bd2d.tar.gz
timeline-6e0b89c28a71c0b3c6ebb959f5fa7e18a464bd2d.tar.bz2
timeline-6e0b89c28a71c0b3c6ebb959f5fa7e18a464bd2d.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