-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
113 lines (102 loc) · 2.63 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Force files listed below to have LF endings
# Data Files
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.xml text eol=lf
# Other Formats
*.md text eol=lf
*.README text eol=lf
*.sh text eol=lf
*.sql text eol=lf
*.txt text eol=lf
*.go text eol=lf
*.lua text eol=lf
*.md5 text eol=lf
*.h text eol=lf
*.c text eol=lf
*.m text eol=lf
*.j2 text eol=lf
*.cfg text eol=lf
*.conf text eol=lf
*.ini text eol=lf
*.crt text eol=lf
*.pem text eol=lf
*.key text eol=lf
*.xsl text eol=lf
*.xslt text eol=lf
*.xq text eol=lf
*.xquery text eol=lf
mvnw text eol=lf
Makefile text eol=lf
*.mk text eol=lf
# Design
*.puml text eol=lf
*.xsd text eol=lf
*.xjb text eol=lf
*.jxb text eol=lf
*.episode text eol=lf
*.xew text eol=lf
# Web Development
*.html text eol=lf
*.css text eol=lf
*.ts text eol=lf
*.js text eol=lf
*.jsx text eol=lf
*.jst text eol=lf
*.svg text eol=lf
*.scss text eol=lf
*.less text eol=lf
*.ftl text eol=lf
# Ruby Development
*.rb text eol=lf
# Python Development
*.j2 text eol=lf
*.py text eol=lf
# Java Development
*.java text eol=lf
*.properties text eol=lf
*.MF text eol=lf
*.jsp text eol=lf
*.jspx text eol=lf
# Source Control
.gitignore text eol=lf
.editorconfig text eol=lf
.gitattributes text eol=lf
# Automation
Vagrantfile text eol=lf
Dockerfile text eol=lf
Jenkinsfile text eol=lf
.gitlab_ci text eol=lf
# Only Windoze files get CRLF endings
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps text eol=crlf
*.cs text eol=crlf
# ignore binary files from any possible alterations
*.jar binary
*.war binary
*.ear binary
*.zip binary
*.tgz binary
*.tar.gz binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.pyc binary
*.class binary
*.rpm binary
*.deb binary
*.doc binary
*.docx binary
*.vsd binary
*.vsdx binary
*.xls binary
*.xlsx binary
*.otf binary
*.eot binary
*.ttf binary
*.woff binary
*.woff2 binary
*.db binary