aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-07 08:14:11 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-07 08:14:11 +0530
commit3178eee2ea67db68f5c5fcb60ec46cb683ef6ae2 (patch)
tree69aed048ec8e76227666c34a6ec169b1d26615e2 /.gitattributes
parentrefactor: set common linter rules from 'electron-react-boilerplate' (diff)
downloadferdium-app-3178eee2ea67db68f5c5fcb60ec46cb683ef6ae2.tar.gz
ferdium-app-3178eee2ea67db68f5c5fcb60ec46cb683ef6ae2.tar.zst
ferdium-app-3178eee2ea67db68f5c5fcb60ec46cb683ef6ae2.zip
chore: set gitattributes so that binary files aren't corrupted [skip ci]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes14
1 files changed, 12 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index dfe077042..eb3779e60 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,12 @@
1# Auto detect text files and perform LF normalization 1# Prefer unix-style line-ending (lf)
2* text=auto 2* text eol=lf
3*.png binary
4*.jpg binary
5*.jpeg binary
6*.ico binary
7*.icns binary
8*.eot binary
9*.otf binary
10*.ttf binary
11*.woff binary
12*.woff2 binary