mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -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
|
||||
public
|
||||
public/
|
||||
resources
|
||||
.idea
|
||||
.obsidian
|
||||
private
|
||||
Attachments
|
||||
.vscode
|
||||
.obsidian/
|
||||
private/
|
||||
Attachments/
|
||||
.vscode/
|
||||
assets/indices/linkIndex.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