generated from credfeto/cs-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
47 lines (35 loc) · 1.43 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
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
#note left to system settings
* text=auto
###############################################################################
# Scripts
###############################################################################
# We dont want CRLF for bash shell scripts
*.sh text eol=lf
###############################################################################
# DFINITY/Motoko
###############################################################################
*.mo text eol=lf
###############################################################################
# Yaml
###############################################################################
*.yml text eol=lf
*.yaml text eol=lf
###############################################################################
# C#
###############################################################################
*.cs text=auto diff=csharp
###############################################################################
# Explicitly binary - should be handled automatically anyway
###############################################################################
*.jpg binary
*.jpeg binary
*.png binary
*.gif binary
*.ico binary
*.woff binary
*.wof binary
*.eot binary
*.ttf binary