From 399f2fae4037168adf5aa34ee1e32312758b4a68 Mon Sep 17 00:00:00 2001 From: fisker Cheung Date: Wed, 8 Feb 2023 09:40:23 +0800 Subject: [PATCH] Add changelog for #14206 (#14311) --- changelog_unreleased/misc/14206.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog_unreleased/misc/14206.md 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.