Add links.json to store external resources and update .gitignore to include it
This commit is contained in:
parent
ad7fa6f966
commit
9dfd3ef840
2 changed files with 21 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -14,6 +14,8 @@ pnpm-debug.log*
|
|||
|
||||
# local content hotfolder
|
||||
src/content/*
|
||||
!src/content/links/
|
||||
!src/content/links/links.json
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue