website: mention hgignore

Summary: Sapling only supports gitignore.

Reviewed By: DurhamG

Differential Revision: D41312748

fbshipit-source-id: 91f884084cb4ae05690d3117a69902da35405b70
This commit is contained in:
Jun Wu 2022-11-15 14:24:51 -08:00 committed by Facebook GitHub Bot
parent 5e306bf869
commit fe5ab6dcfd

View File

@ -102,6 +102,10 @@ Mercurial maintains a pure Python implementation. It can run without building
with a C or Rust compiler by setting `HGMODULEPOLICY` to `py`. This is not
possible for Sapling.
## Ignore files
Mercurial supports `.hgignore`, optionally `.gitignore` through extensions.
Sapling only supports `.gitignore`.
## Git support