diff options
author | crupest <crupest@outlook.com> | 2020-06-01 23:17:55 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-01 23:17:55 +0800 |
commit | 576af271c76dcbf00d9681599840230446155da6 (patch) | |
tree | 75a16ef7ec4e22e63ebe3e81a2afbd84cb1050a4 /Timeline | |
parent | 6c6d83baeba7289ffeff6c5ec1d90a8d411d2989 (diff) | |
download | timeline-576af271c76dcbf00d9681599840230446155da6.tar.gz timeline-576af271c76dcbf00d9681599840230446155da6.tar.bz2 timeline-576af271c76dcbf00d9681599840230446155da6.zip |
Migrate to not use Zero-Installs.
Diffstat (limited to 'Timeline')
-rw-r--r-- | Timeline/ClientApp/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/.gitignore b/Timeline/ClientApp/.gitignore index cf6c0813..a1707cf2 100644 --- a/Timeline/ClientApp/.gitignore +++ b/Timeline/ClientApp/.gitignore @@ -4,9 +4,9 @@ /node_modules .yarn/* -!.yarn/cache !.yarn/releases !.yarn/plugins +.pnp.* # testing /coverage |