generated from openziti/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitattributes
More file actions
57 lines (55 loc) · 799 Bytes
/
.gitattributes
File metadata and controls
57 lines (55 loc) · 799 Bytes
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
# Treat all text files as text, with LF (Unix) line-endings on commit and checkout
* text eol=lf
# Explicitly mark certain text files
*.attr text
*.bat text
*.cmake text
*.cnf text
*.conf text
*.css text
*.c text
*.env text
*.g4 text
*.gitignore text
*.gitmodules text
*.go text
*.gradle text
*.h text
*.html text
*.http text
*.interp text
*.in text
*.java text
*.json text
*.js text
*.kts text
*.kt text
*.liquid text
*.md text
*.mod text
*.partial text
*.pem text
*.properties text
*.proto text
*.ps1 text
*.rst text
*.service text
*.sh text
*.sum text
*.svg text
*.tmpl text
*.tokens text
*.txt text
*.variants text
*.yaml text
*.yml text
# Declare common binary file types
*.docx binary
*.exe binary
*.gif binary
*.jpg binary
*.pdf binary
*.png binary
*.pptx binary
*.xlsx binary
*.zip binary