aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2018-06-04 15:33:23 +0200
committerLukáš Tinkl <ltinkl@luxoft.com>2018-06-04 14:08:31 +0000
commit34da92d74917ab40d14edb7799b663821cc4ce60 (patch)
treec362d9465ac5a4fe80a4f7849d31872f7f1fe678 /.gitattributes
parent620aa5fedce020f4e46e869bf1b8d5b379a19a77 (diff)
[gitconfig] Update not to store jpeg or jpg to git lfs
- jpeg / jpg images are not being used in Neptune 3. As for the qdoc that doesn't have git lfs and just copy the image from the repo, it won't get the asset. Hence, doc assets will be in jpg format and stored in Neptune 3 repo. Change-Id: Ib9c636378a891ac9b2c19ccb06cae37e501a9cfa Reviewed-by: Lukáš Tinkl <ltinkl@luxoft.com>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index a06cba32..aea03900 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,7 +1,5 @@
*.png filter=lfs diff=lfs merge=lfs -text
-*.jpg filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
-*.jpeg filter=lfs diff=lfs merge=lfs -text
*.otf filter=lfs diff=lfs merge=lfs -text
*.dds filter=lfs diff=lfs merge=lfs -text
*.obj filter=lfs diff=lfs merge=lfs -text