Skip to content

Commit fdd2fbe

Browse files
committed
chore: add .gitattributes for consistent LF line endings
1 parent 7b0ecfb commit fdd2fbe

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.gitattributes

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Git line ending normalization for IT-Stack repos
2+
* text=auto eol=lf
3+
4+
*.md text eol=lf
5+
*.yml text eol=lf
6+
*.yaml text eol=lf
7+
*.json text eol=lf
8+
*.sh text eol=lf
9+
*.ps1 text eol=lf
10+
*.py text eol=lf
11+
*.js text eol=lf
12+
*.ts text eol=lf
13+
*.xml text eol=lf
14+
*.conf text eol=lf
15+
*.env text eol=lf
16+
Makefile text eol=lf
17+
Dockerfile text eol=lf
18+
19+
*.png binary
20+
*.jpg binary
21+
*.jpeg binary
22+
*.gif binary
23+
*.ico binary
24+
*.pdf binary
25+
*.zip binary
26+
*.tar.gz binary
27+
*.key binary
28+
*.p12 binary
29+
*.pfx binary

0 commit comments

Comments
 (0)