diff options
author | silverwind | 2021-12-16 01:52:01 -0800 |
---|---|---|
committer | GitHub | 2021-12-16 04:52:01 -0500 |
commit | 3a3cbcfdf077242cf788d8c9a9ac68bd77cb4ff5 (patch) | |
tree | efadf7931574157f0a37bdbd9a6158c7374f5819 /.gitattributes | |
parent | e79272ab2047b4fa18fbdb469b3d987c902e6b05 (diff) |
Set correct language for Dockerfile variants (#17999)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 6ee47c85d..05dde22cc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,4 @@ /.eslintrc linguist-language=YAML /.stylelintrc linguist-language=YAML /web_src/fomantic/build/** linguist-generated +Dockerfile.* linguist-language=Dockerfile |