forked from gollum/gollum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
40 lines (35 loc) · 966 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# https://help.github.com/articles/dealing-with-line-endings
#
# For Mac & Linux
# git config --global core.autocrlf input
#
# For windows
# git config --global core.autocrlf true
#
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.txt text
*.md text
*.rb text
*.js text
*.html text
*.yml text
*.mustache text
*.css text
Rakefile text
Gemfile text
LICENSE text
COPYRIGHT text
gollum text
.gitattributes text
.gitignore text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
# Make github-linguist ignore files that aren't our own
lib/gollum/public/gollum/* linguist-vendored
lib/gollum/public/gollum/javascript/gollum* linguist-vendored=false
lib/gollum/public/gollum/javascript/*/gollum* linguist-vendored=false
lib/gollum/public/gollum/css linguist-vendored=false