linkwallet/.vscode/settings.json

17 lines
276 B
JSON
Raw Permalink Normal View History

2022-05-24 18:03:31 +09:30
{
"cSpell.words": [
2025-04-25 23:57:04 +09:30
"bleve",
"bolthold",
2022-05-24 18:03:31 +09:30
"colly",
"htmx",
2022-05-24 18:03:31 +09:30
"incpatch",
"linkwallet",
2022-05-30 13:28:01 +09:30
"nicetime",
2022-05-24 18:03:31 +09:30
"serialised",
"stopword",
"Upsert"
2025-05-02 19:51:25 +09:30
],
"cSpell.ignoreWords": [
"rescrape"
2022-05-24 18:03:31 +09:30
]
}