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