diff --git a/changelog_unreleased/misc/14206.md b/changelog_unreleased/misc/14206.md new file mode 100644 index 000000000000..ee77842c266e --- /dev/null +++ b/changelog_unreleased/misc/14206.md @@ -0,0 +1,3 @@ +#### Ignore files in `.sl/` (#14206 by @bolinfest) + +In [Sapling SCM](https://sapling-scm.com/), `.sl/` is the folder where it stores its state, analogous to `.git/` in Git. It should be ignored in Prettier like the other SCM folders.