Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2020-11-24 11:48:13 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-11-24 11:48:13 +0300
commitbe22ad49f607e1b62cecf9f3b57c5a73566fd981 (patch)
tree31fdb95dbb98873edb772365c477fbfac85086ce /.gitattributes
parent271cdb9bc8b9daf36e7fcf64996da10df20e3b33 (diff)
Add .gitattributes for Dockerfiles syntax highlighting
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 6b99ebe5..a42eafab 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,3 @@
*.html gitlab-language=erb
/Rules gitlab-language=ruby
+Dockerfile.* gitlab-language=docker