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 | eaaeb029ae22b9aa69e96d134b03c155f2e59d09 (patch) | |
tree | 9aad4ad944cc5be440ac1866c0e86c0e9d75a34b /Timeline/ClientApp/.gitignore | |
parent | 6e0b89c28a71c0b3c6ebb959f5fa7e18a464bd2d (diff) | |
download | timeline-eaaeb029ae22b9aa69e96d134b03c155f2e59d09.tar.gz timeline-eaaeb029ae22b9aa69e96d134b03c155f2e59d09.tar.bz2 timeline-eaaeb029ae22b9aa69e96d134b03c155f2e59d09.zip |
Migrate to not use Zero-Installs.
Diffstat (limited to 'Timeline/ClientApp/.gitignore')
-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 |