diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-20 05:20:12 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-20 18:26:44 +0200 |
commit | 5ffaaf771ea0398a1bdaaed933c8b8b15fee53ff (patch) | |
tree | ab1df6711de6a41062bd29453badf1b680fde677 /.gitignore | |
parent | prettier (diff) | |
download | server-5ffaaf771ea0398a1bdaaed933c8b8b15fee53ff.tar.xz |
Disable yarn PnP
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 9dcd8952..5bcb3c5a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,8 +22,7 @@ tmp/ assets/cache/ *.generated initial.json -.yarn/ -.yarnrc.yml +.yarn/cache build.json yarn.lock |