-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
46 lines (40 loc) · 952 Bytes
/
.gitattributes
File metadata and controls
46 lines (40 loc) · 952 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
# To apply end-of-line normalization, run the following command and then commit the changes: git add --renormalize .
* text=auto
# LF files
*.sh eol=lf
# CRLF files
*.bat text eol=crlf
LICENSE.txt eol=crlf
# Text files that should not be subject to eol conversion
*.rtf -text
# https://github.com/github/linguist
# https://github.com/github/linguist/blob/master/docs/overrides.md
**/*.ipynb linguist-documentation
**/*.json linguist-language=jsonc
# https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github
# **/poetry.lock linguist-generated=true
# Binary data types
*.7z binary
*.aif binary
*.aifc binary
*.aiff binary
*.au binary
*.bmp binary
*.exe binary
*.gif binary
*.gz binary
*.icns binary
*.ico binary
*.jpeg binary
*.jpg binary
*.pck binary
*.png binary
*.psd binary
*.svg binary
*.tar binary
*.tgz binary
*.tif binary
*.tiff binary
*.wav binary
*.whl binary
*.zip binary