diff options
author | crupest <crupest@outlook.com> | 2020-06-01 22:48:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-01 22:48:25 +0800 |
commit | 6e0b89c28a71c0b3c6ebb959f5fa7e18a464bd2d (patch) | |
tree | 6d6c4fc1555418df52cc906a460725637958c85a /Timeline/ClientApp/.gitignore | |
parent | 738d36fa225bca5fb954ae705051226bef75d569 (diff) | |
download | timeline-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/.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 |