Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitattributes - github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ed54473a0883d0cb3192178e74585c8023a74ad (plain)
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
# FROM https://github.com/libgit2/libgit2sharp
# Text files that should be normalized to LF in odb.
*.cs     text diff=csharp
*.config text

*.sln     text
*.csproj  text

*.md       text
*.sh       text
*.ps1      text
*.cmd      text
*.bat      text
*.markdown text
*.msbuild  text

Lib/*  binary
GitHub.Tests.Integration/Resources/*  binary


# Binary files that should not be normalized or diffed
*.png    binary
*.jpg    binary
*.gif    binary

*.pfx    binary
*.snk    binary
*.dll    binary
*.exe    binary
*.lib    binary
*.exp    binary
*.pdb    binary
*.sdf    binary
*.7z     binary


# Catch all for anything we forgot. Add rules if you get CRLF -> LF warnings.
* text eol=lf