Skip to content

Commit e335fa0

Browse files
committed
Merge pull request #1258 from DaftMonk/fix/gitattributes
fix(gen): denote images as binaries in .gitattributes
2 parents 1b0c49d + b825585 commit e335fa0

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Diff for: .gitattributes

+6
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

Diff for: app/templates/.gitattributes

+6
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)