mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
This reverts commit a834101d7e.
Using `fetchinclude` allows for easier local customization of what to
fetch, because fetchexlude has precedence over fetchinclude.
6 lines
282 B
Plaintext
6 lines
282 B
Plaintext
[lfs]
|
|
# 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.
|
|
fetchinclude = /nothing
|