forked from stphnwlsh/CleanMinimalApi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
71 lines (62 loc) · 1.5 KB
/
.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Set default behavior to automatically normalize line endings.
* text=auto
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.jpg binary
*.png binary
*.gif binary
# Force bash scripts to always use lf line endings so that if a repo is accessed
# in Unix via a file share from Windows, the scripts will work.
*.in text eol=lf
*.sh text eol=lf
# Likewise, force cmd and batch scripts to always use crlf
*.cmd text eol=crlf
*.bat text eol=crlf
*.cs text=auto diff=csharp eol=lf
*.vb text=auto eol=lf
*.resx text=auto eol=lf
*.c text=auto eol=lf
*.cpp text=auto eol=lf
*.cxx text=auto eol=lf
*.h text=auto eol=lf
*.hxx text=auto eol=lf
*.py text=auto eol=lf
*.rb text=auto eol=lf
*.java text=auto eol=lf
*.html text=auto eol=lf
*.htm text=auto eol=lf
*.css text=auto eol=lf
*.scss text=auto eol=lf
*.sass text=auto eol=lf
*.less text=auto eol=lf
*.js text=auto eol=lf
*.lisp text=auto eol=lf
*.clj text=auto eol=lf
*.sql text=auto eol=lf
*.php text=auto eol=lf
*.lua text=auto eol=lf
*.m text=auto eol=lf
*.asm text=auto eol=lf
*.erl text=auto eol=lf
*.fs text=auto eol=lf
*.fsx text=auto eol=lf
*.hs text=auto eol=lf
*.tf text=auto eol=lf
*.ps1 text=auto eol=crlf
*.csproj text=auto
*.vbproj text=auto
*.fsproj text=auto
*.dbproj text=auto
*.sln text=auto eol=crlf
Dockerfile text
*.Dockerfile text
Jenkinsfile text
*.Jenkinsfile text