Skip to content

Commit 0357fea

Browse files
author
CI Fix
committed
.gitattributes
1 parent 13e5054 commit 0357fea

File tree

1 file changed

+19
-28
lines changed

1 file changed

+19
-28
lines changed

.gitattributes

Lines changed: 19 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
1-
# Set default behavior to automatically normalize line endings.
2-
* text=auto
3-
4-
# Force bash scripts to have unix line endings
5-
*.sh text eol=lf
6-
7-
# Force bin files (executable scripts) to have unix line endings
8-
bin/* text eol=lf
9-
10-
# Ensure batch files on Windows keep CRLF line endings
11-
*.bat text eol=crlf
12-
13-
# Binary files should not be modified
14-
*.png binary
15-
*.jpg binary
16-
*.jpeg binary
17-
*.gif binary
18-
*.ico binary
19-
*.pdf binary
20-
*.zip binary
21-
*.tar.gz binary
22-
*.tgz binary
23-
24-
# Ensure package files are treated as text
25-
package.json text
26-
package-lock.json text
27-
*.md text
28-
*.txt text
1+
# Force bash scripts to have unix line endings
2+
*.sh text eol=lf
3+
4+
# Force bin files (executable scripts) to have unix line endings
5+
bin/* text eol=lf
6+
7+
# Ensure batch files on Windows keep CRLF line endings
8+
*.bat text eol=crlf
9+
10+
# Binary files should not be modified
11+
*.png binary
12+
*.jpg binary
13+
*.jpeg binary
14+
*.gif binary
15+
*.ico binary
16+
*.pdf binary
17+
*.zip binary
18+
*.tar.gz binary
19+
*.tgz binary

0 commit comments

Comments
 (0)