fix: remove yarn in gitignore

This commit is contained in:
Marc Rousavy 2024-01-18 16:54:22 +01:00
parent 91974c9a48
commit 5c5d629936
No known key found for this signature in database
GPG Key ID: 8B9C709EA0B16A6D

6
.gitignore vendored
View File

@ -1,6 +1,6 @@
.DS_Store .DS_Store
**/node_modules/
# no yarn/npm in the root repo! # no yarn/npm in the root repo!
./package-lock.json /package-lock.json
./yarn.lock /yarn.lock
**/node_modules/