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

gitattributes « git « gitlab « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bfe9c8e4ed2b037225577dd8a7ea1762019adba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This is a comment, it should be ignored.

*.txt     text
*.jpg     -text
*.sh      eol=lf gitlab-language=shell
*.haml.*  gitlab-language=haml
foo/bar.* foo
*.cgi     key=value?p1=v1&p2=v2
/*.png    gitlab-language=png
*.binary  binary
/custom-highlighting/*.gitlab-custom gitlab-language=ruby
/custom-highlighting/*.gitlab-cgi gitlab-language=erb?parent=json

# This uses a tab instead of spaces to ensure the parser also supports this.
*.md	gitlab-language=markdown
bla/bla.txt