-
-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy path.gitattributes
More file actions
34 lines (34 loc) · 799 Bytes
/
Copy path.gitattributes
File metadata and controls
34 lines (34 loc) · 799 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
src/ru/BSL/Tests/src/CommonModules/** linguist-vendored
src/ru/OInt/** linguist-vendored
src/en/** linguist-vendored
media/** linguist-vendored
docs/** linguist-vendored
* text=auto eol=lf
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.jar binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
*.zip binary
*.addin binary
*.dll binary
*.mp3 binary
*.mp4 binary
*.bmp binary
*.webp binary
*.pdn binary
*.luac binary
*.sh text eol=lf
*.bash text eol=lf
*.desktop text eol=lf
*.bat text eol=crlf
media/** binary
# Аддины: только binary, без eol/text (иначе Git на Windows портит zip при add/commit)
src/*/OInt/addins/*.zip binary -text -diff -eol
src/*/BSL/OpenIntegrations/src/CommonTemplates/**/*.addin binary -text -diff -eol