forked from PhantomBot/PhantomBot
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
31 lines (27 loc) · 954 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
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# Shell scripts are always LF
*.sh text eol=lf
# Linguist overrides
docs/panel/** linguist-generated
docs/panel-stable/** linguist-generated
docs/common/** linguist-generated
resources/licenses/** linguist-generated
resources/java-runtime/** linguist-generated
resources/java-runtime-linux/** linguist-generated
resources/java-runtime-macos/** linguist-generated
resources/web/common/** linguist-vendored
resources/web/panel/vendors/** linguist-vendored