From 1313bd9779c638f09b8901f8432d6bc39910bce3 Mon Sep 17 00:00:00 2001 From: Claudio Yanes <me@claudio4.com> Date: Fri, 04 Mar 2022 02:07:51 +0000 Subject: [PATCH] Move css and js to appropriate files --- .gitignore | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index c216e49..54ae7a3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ resources .idea content/.obsidian -data/linkIndex.yaml \ No newline at end of file +static/linkIndex.json +static/contentIndex.json \ No newline at end of file -- Gitblit v1.10.0