Explain `.lfsconfig` choice in the comment

This commit is contained in:
Paolo Tranquilli 2024-06-04 14:27:08 +02:00
Родитель 6a9cb90a57
Коммит 2fe0718e49
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -2,4 +2,6 @@
# codeql is publicly forked by many users, and we don't want any LFS file polluting their working # 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. # 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. # 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 fetchinclude = /nothing