Update gitignore

This commit is contained in:
Jet Hughes 2022-06-10 23:10:14 +12:00
parent 7ad18e5322
commit d5dd8a1bab
2 changed files with 8 additions and 9 deletions

14
.gitignore vendored
View File

@ -1,13 +1,9 @@
.DS_Store .DS_Store
public public/
resources resources
.idea .obsidian/
.obsidian private/
private Attachments/
Attachments .vscode/
.vscode
assets/indices/linkIndex.json assets/indices/linkIndex.json
assets/indices/contentIndex.json assets/indices/contentIndex.json
*.ps1
*.jpg
*.JPG

3
update.ps1 Normal file
View File

@ -0,0 +1,3 @@
git add .
git commit -m "update quartz"
git push origin hugo