mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
Update gitignore
This commit is contained in:
parent
7ad18e5322
commit
d5dd8a1bab
14
.gitignore
vendored
14
.gitignore
vendored
@ -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
3
update.ps1
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
git add .
|
||||||
|
git commit -m "update quartz"
|
||||||
|
git push origin hugo
|
||||||
Loading…
Reference in New Issue
Block a user