Skip to content

Commit f3e19b5

Browse files
committed
fix: website gif [skip ci]
Signed-off-by: sarthakjdev <jsarthak448@gmail.com>
1 parent 64a364c commit f3e19b5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text eol=lf
3+
*.mp4
4+
5+
# Text files to be normalized and converted to native line endings on checkout.
6+
*.ts text
7+
*.js text
8+
*.json text
9+
10+
# Declare files that will always have CRLF line endings.
11+
12+
# Binary files
13+
*.png binary
14+
*.jpg binary

0 commit comments

Comments
 (0)