mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
5742b1b888
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
14 lines
427 B
Plaintext
14 lines
427 B
Plaintext
# Auto-detect text files, ensure they use LF.
|
|
* text=auto eol=lf
|
|
|
|
# Fine-tune GitHub's language detection
|
|
content/**/*.md linguist-detectable
|
|
|
|
# Mark generated and vendored content
|
|
# These files should not be edited directly in this repository
|
|
|
|
# Vendored Hugo modules (from upstream repositories)
|
|
/_vendor/** linguist-generated=true
|
|
# Generated CLI reference data (vendored from upstream)
|
|
/data/cli/** linguist-generated=true
|