We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3e62d commit 9b25425Copy full SHA for 9b25425
1 file changed
.gitattributes
@@ -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