mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
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
|