From c4d7a37b2cb2c7feaffbd40909473166897174a8 Mon Sep 17 00:00:00 2001 From: Joshua Higgins Date: Sat, 9 Mar 2024 16:49:44 -0500 Subject: [PATCH] gitignore --- .gitignore | 2 +- assets/jsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 65b6274..8a96f62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Generated files by hugo -/resources/ +/resources # Temporary lock file while building /.hugo_build.lock diff --git a/assets/jsconfig.json b/assets/jsconfig.json index d0d7a6e..eb498c9 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "paths": { "*": [ - "../themes/hugo-theme-stack/assets/*" + "..\\themes\\hugo-theme-stack\\assets\\*" ] } }