From b828693cb6a1766e95c3776550ee5492116392a7 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 15 Apr 2021 15:41:36 +0200 Subject: [PATCH] chore: ignore marp theme.css & sort ignored files --- .gitignore | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 2aef71c..4fe8fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,17 @@ +**/*~ +/_*/ .bundle -.sass-cache -vendor/bundle -node_modules *.docx *.epub -/_*/ -**/*~ -*.pdf -*.zip -\.vagrant -tmp* /images/*.circo.svg /images/*.dot.svg /images/*.ora.png /images/*.uml.svg +.marp/*.css +node_modules +*.pdf +.sass-cache +tmp* +\.vagrant +vendor/bundle +*.zip