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:
authorMarcel Amirault <mamirault@gitlab.com>2020-11-26 04:50:55 +0300
committerMarcel Amirault <mamirault@gitlab.com>2020-11-26 04:50:55 +0300
commitb4dabb0505a9874a76712ddd928f366402067a38 (patch)
treeb797b6ae7ec141dd082a0170a7ab1fd0e5829b46 /.gitattributes
parentd3c00a02e18435c1a3fe6f90001e7af10158d10b (diff)
Let pattern match subdirs
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index a42eafab..6d6d7344 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,3 @@
*.html gitlab-language=erb
/Rules gitlab-language=ruby
-Dockerfile.* gitlab-language=docker
+**/Dockerfile.* gitlab-language=docker