forked from Open-Systems-Pharmacology/PK-Sim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
54 lines (52 loc) · 715 Bytes
/
Copy path.gitattributes
File metadata and controls
54 lines (52 loc) · 715 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
*.bmp binary
*.dll binary
*.gif binary
*.jpg binary
*.png binary
*.snk binary
*.exe binary
*.pksim5 binary
*.mbp3 binary
*.xls binary
*.xlsx binary
*.sbj binary
*.doc binary
*.docx binary
*.mdb binary
*.TIF binary
*.ico binary
*.msm binary
*.ascx text
*.cd text
*.cmd text
*.coffee text
*.config text
*.cs text diff=csharp
*.csproj text merge=union
*.cshtml text
*.css text
*.dtd text
*.edmx text
*.htm text
*.html text
*.js text
*.json text
*.msbuild text
*.nuspec text
*.resx text
*.ruleset text
*.StyleCop text
*.targets text
*.tt text
*.txt text
*.vb text
*.vbhtml text
*.vbproj text merge=union
*.vbs text
*.wsf text
*.xml text
*.xunit text
*.pkml text
*.rb text
*.yml text
*.sln text eol=crlf merge=union