forked from equinor/witsml-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
46 lines (40 loc) · 917 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
40
41
42
43
44
45
46
# Do not change these
*.jpg binary
*.png binary
*.gif binary
# Normalize these files
*.cs text diff=csharp eol=lf
*.json text eol=lf
*.yaml text eol=lf
*.html text diff=html eol=lf
*.css text diff=css eol=lf
*.scss text eol=lf
*.js text eol=lf
*.json text eol=lf
*.sh text eol=lf
# Make sure npm package files use LF
package.json text eol=lf
# Merge rules for certain files
*.csproj text merge=union
*.vbproj text merge=union
*.fsproj text merge=union
*.dbproj text merge=union
*.sln text eol=crlf merge=union
# Treat as text files
.gitattributes text eol=lf
.gitignore text eol=lf
.dockerignore text eol=lf
.prettierignore text eol=lf
.editorconfig text eol=lf
*.txt text eol=lf
*.md text eol=lf
*.config text eol=lf
*.xml text eol=lf
VERSION text eol=lf
LICENSE text eol=lf
Dockerfile* text eol=lf
# Special Swagger related files
ApiClient.cs binary
swagger.json binary
# yarn.lock
yarn.lock -diff merge=ours