safishamsi
7e955d223b
fix(detect): honor ignore files saved with a UTF-8 BOM ( #2163 )
...
.gitignore/.graphifyignore/info-exclude read with encoding=utf-8 kept a
leading BOM (U+FEFF) on the first line, so the first pattern (e.g. *.log
or .fable-wt/) silently matched nothing and a BOM'd full-line comment
became a bogus pattern. git strips a single leading BOM; switching the
two ignore read sites to utf-8-sig matches git exactly (strips at most
one, file-start only).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-24 23:47:25 +01:00
..
2026-06-29 10:01:06 +01:00
2026-07-13 17:48:26 +01:00
2026-07-24 23:41:28 +01:00
2026-07-20 13:30:26 +01:00
2026-06-24 11:43:13 +01:00
2026-07-20 15:35:40 +01:00
2026-06-10 15:50:38 +01:00
2026-07-21 18:39:05 +01:00
2026-07-20 16:25:11 +01:00
2026-06-22 21:15:51 +01:00
2026-07-22 16:03:42 +01:00
2026-07-18 19:09:53 +01:00
2026-06-22 17:02:29 +01:00
2026-07-14 13:19:16 +01:00
2026-07-22 18:40:11 +01:00
2026-07-01 11:52:50 +01:00
2026-06-01 16:05:07 +01:00
2026-07-22 16:11:15 +01:00
2026-07-24 23:47:25 +01:00
2026-07-17 00:09:02 +01:00
2026-07-16 23:42:47 +01:00
2026-07-24 23:37:14 +01:00
2026-06-18 01:55:56 +01:00
2026-07-16 23:48:07 +01:00
2026-07-20 15:28:59 +01:00
2026-07-24 23:37:14 +01:00
2026-06-18 22:55:44 +01:00
2026-06-24 11:43:13 +01:00
2026-07-21 12:40:49 +01:00
2026-07-22 15:57:54 +01:00
2026-06-19 10:25:09 +01:00
2026-04-04 18:56:38 +01:00
2026-06-28 16:57:00 +01:00
2026-05-22 13:22:51 +01:00
2026-07-09 00:32:21 +01:00
2026-07-16 23:48:07 +01:00
2026-07-16 16:36:49 +01:00
2026-07-18 12:03:47 +01:00
2026-07-12 10:36:00 +01:00
2026-06-30 12:57:33 +01:00
2026-07-07 10:57:52 +01:00
2026-06-29 09:40:22 +01:00
2026-07-11 11:31:47 +01:00
2026-05-22 13:22:51 +01:00
2026-07-08 01:03:28 +01:00
2026-07-16 23:36:49 +01:00
2026-07-21 21:45:53 +01:00
2026-07-22 19:01:53 +01:00
2026-07-22 19:01:53 +01:00
2026-07-22 19:01:53 +01:00
2026-07-22 19:01:53 +01:00
2026-07-22 19:01:53 +01:00
2026-07-22 19:01:53 +01:00
2026-07-22 19:01:53 +01:00
2026-07-22 19:01:53 +01:00
2026-07-22 19:01:53 +01:00
2026-07-22 19:01:53 +01:00
2026-07-22 19:01:53 +01:00
2026-07-22 19:01:53 +01:00
2026-07-22 19:01:53 +01:00
2026-07-22 19:01:53 +01:00
2026-07-22 19:01:53 +01:00
2026-07-22 19:01:53 +01:00
2026-06-30 16:59:16 +01:00
2026-06-22 21:15:51 +01:00
2026-07-20 16:25:11 +01:00
2026-06-24 08:54:11 +01:00
2026-07-21 12:59:10 +01:00
2026-06-27 10:19:15 +01:00