support pngs
This commit is contained in:
parent
4616f3b48d
commit
942b227dde
2 changed files with 4 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,6 +4,9 @@ presentation/*
|
||||||
!presentation/*.tex
|
!presentation/*.tex
|
||||||
!presentation/*.sty
|
!presentation/*.sty
|
||||||
!presentation/Makefile
|
!presentation/Makefile
|
||||||
|
!presentation/imgs/
|
||||||
|
presentation/imgs/*
|
||||||
|
!presentation/imgs/*.png
|
||||||
|
|
||||||
bin/
|
bin/
|
||||||
lib/
|
lib/
|
||||||
|
|
Reference in a new issue