Skip to content

Commit b825585

Browse files
committed
fix(gen): denote images as binaries in .gitattributes
[ci skip]
1 parent 1b0c49d commit b825585

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
* text eol=lf
2+
3+
# Denote all files that are truly binary and should not be modified.
4+
*.png binary
5+
*.gif binary
6+
*.jpg binary
7+
*.jpeg binary

app/templates/.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
* text eol=lf
2+
3+
# Denote all files that are truly binary and should not be modified.
4+
*.png binary
5+
*.gif binary
6+
*.jpg binary
7+
*.jpeg binary

0 commit comments

Comments
 (0)