File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: CC0-1.0
44
5+ # LFS files
56* .h5 filter =lfs diff =lfs merge =lfs - text
67* .zip filter =lfs diff =lfs merge =lfs - text
8+
79# SCM syntax highlighting & preventing 3-way merges
810pixi.lock merge =binary linguist-language =YAML linguist-generated =true
11+
12+ # Line ending normalization
13+ * text =auto
14+
15+ # Shell scripts must use LF (even on Windows)
16+ * .sh text eol =lf
17+
18+ # NSIS scripts use LF
19+ * .nsi text eol =lf
20+
21+ # Windows batch files use CRLF
22+ * .bat text eol =crlf
23+ * .cmd text eol =crlf
24+
25+ # Python uses LF
26+ * .py text eol =lf
27+
28+ # Config/data files use LF
29+ * .yaml text eol =lf
30+ * .yml text eol =lf
31+ * .toml text eol =lf
32+ * .json text eol =lf
33+ * .csv text eol =lf
34+ * .tsv text eol =lf
35+ pixi.lock text eol =lf
36+
37+ # Binary files
38+ * .exe binary
39+ * .dll binary
40+ * .png binary
41+ * .jpg binary
42+ * .jpeg binary
43+ * .ico binary
44+ * .bmp binary
45+ * .gz binary
46+ * .tar binary
47+ * .pdf binary
You can’t perform that action at this time.
0 commit comments