-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
66 lines (57 loc) · 1.42 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
# Standard attributes for repos. Primary purpose is to normalize line endings due to mixed OS environment.
# Default catch, add extensions necessary if warnings encountered
* text=auto
# Source code text files to normalize to LF
*.py text diff=python
*.cs text diff=csharp
*.sql text
*.xml text
*.xsl text
*.htm text
*.html text
*.js text
*.css text
*.asmx text
*.aspx text
*.htaccess text
*.php text
# Configuration files
*.ini text
*.inc text
*.cfg text
*.config text
# Windows project files, preserve standard crlf to avoid Visual Studio issues
*.sln text eol=crlf
*.csproj text eol=crlf
# Batch scripts and build files
*.md text
*.sh text
*.ps1 text
*.cmd text
*.bat text
*.markdown text
*.msbuild text
# Other text files
*.csv text
*.log text
*.txt text
# Binary files, do not modify
# This includes things like images as well as executable and other compiled objects
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.lib binary
*.dll binary
*.exe binary
*.pfx binary
*.snk binary
*.exp binary
*.pdb binary
*.sdf binary
*.7z binary
*.zip binary
*.gz binary
# Leave for reference how to ignore relative path
# dll/* binary