# Schema generated by `src/bin/gen_schema` (which always emits LF).
# Pin LF in the working tree so the drift gate test has a stable
# byte-for-byte target across Unix and Windows checkouts.
schemas/*.json
# Plugin TOMLs are concatenated by build.rs verbatim and the
# resulting embedded catalog is parsed at runtime; pin LF so a
# Windows checkout doesn't accidentally embed CRLFs that downstream
# TOML parsers would have to tolerate.
plugins/*.toml
# Shell scripts run inside Linux containers via the e2e harness;
# CRLF line endings break bash with cryptic `$'\r': command not
# found` errors. Pin LF on the working tree so a Windows checkout
# can bind-mount the script straight into a Linux container.
*.shscripts/e2e/Dockerfile.*