From 2fe0718e495baccfde6a807116670ffee216b189 Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Tue, 4 Jun 2024 14:27:08 +0200 Subject: [PATCH] Explain `.lfsconfig` choice in the comment --- .lfsconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.lfsconfig b/.lfsconfig index cb0a8e352e8..d8a03ef83f2 100644 --- a/.lfsconfig +++ b/.lfsconfig @@ -2,4 +2,6 @@ # codeql is publicly forked by many users, and we don't want any LFS file polluting their working # copies. We therefore exclude everything by default. # For files required by bazel builds, use rules in `misc/bazel/lfs.bzl` to download them on demand. +# we go for `fetchinclude` to something not exsiting rather than `fetchexclude = *` because the +# former is easier to override (with `git -c` or a local git config) to fetch something specific fetchinclude = /nothing