aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-02 19:59:45 +0100
committerLibravatar Vijay A <avijayr@protonmail.com>2022-01-02 23:34:10 +0000
commitee3cafbde5b49deba58a33e9d31ba7ef56bf46a6 (patch)
tree7d906fa3d4a73ab66f0d8961a6e846532f9138b0
parentEnhance 'About' dialog with more info (diff)
downloadsophie-ee3cafbde5b49deba58a33e9d31ba7ef56bf46a6.tar.gz
sophie-ee3cafbde5b49deba58a33e9d31ba7ef56bf46a6.tar.zst
sophie-ee3cafbde5b49deba58a33e9d31ba7ef56bf46a6.zip
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.
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 64c424f..f6eb288 100644
--- a/.gitignore
+++ b/.gitignore
@@ -296,7 +296,8 @@ $RECYCLE.BIN/
296.yarn/* 296.yarn/*
297!.yarn/releases 297!.yarn/releases
298!.yarn/plugins 298!.yarn/plugins
299!.yarn/sdks 299# Do not add SDKs into the repository, since they are specific to the editors our contributors are using.
300#!.yarn/sdks
300!.yarn/versions 301!.yarn/versions
301 302
302# if you are NOT using Zero-installs, then: 303# if you are NOT using Zero-installs, then: