From d5dd8a1bab353c304758226d28b6ec73d56c9d24 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Fri, 10 Jun 2022 23:10:14 +1200 Subject: [PATCH] Update gitignore --- .gitignore | 14 +++++--------- update.ps1 | 3 +++ 2 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 update.ps1 diff --git a/.gitignore b/.gitignore index eb76f05c2..11c2139d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,9 @@ .DS_Store -public +public/ resources -.idea -.obsidian -private -Attachments -.vscode +.obsidian/ +private/ +Attachments/ +.vscode/ assets/indices/linkIndex.json assets/indices/contentIndex.json -*.ps1 -*.jpg -*.JPG diff --git a/update.ps1 b/update.ps1 new file mode 100644 index 000000000..936f8372f --- /dev/null +++ b/update.ps1 @@ -0,0 +1,3 @@ +git add . +git commit -m "update quartz" +git push origin hugo