From 942b227ddefdb05253799ca7a5550f804c532727 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 2 Jun 2023 18:10:08 +0200 Subject: [PATCH] support pngs --- .gitattributes | 1 + .gitignore | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..24a8e87 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.png filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index 542f754..2361c75 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ presentation/* !presentation/*.tex !presentation/*.sty !presentation/Makefile +!presentation/imgs/ +presentation/imgs/* +!presentation/imgs/*.png bin/ lib/