From ee3cafbde5b49deba58a33e9d31ba7ef56bf46a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Marussy?= Date: Sun, 2 Jan 2022 19:59:45 +0100 Subject: chore: Add .yarn/sdks to .gitignore According to https://yarnpkg.com/getting-started/qa/#which-files-should-be-gitignored it is optional to keep the editor SDKs in the repository. Let's not keep them here so that every contributor can set up whatever SDKs they require. See https://yarnpkg.com/getting-started/editor-sdks/ for more info on yarn editor SDKs. Note that we're currently not using yarn PnP package resolution, so most editors should work without any SDKs configured. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 64c424f..f6eb288 100644 --- a/.gitignore +++ b/.gitignore @@ -296,7 +296,8 @@ $RECYCLE.BIN/ .yarn/* !.yarn/releases !.yarn/plugins -!.yarn/sdks +# Do not add SDKs into the repository, since they are specific to the editors our contributors are using. +#!.yarn/sdks !.yarn/versions # if you are NOT using Zero-installs, then: -- cgit v1.2.3