Files
wutheringwaves/.vscode/settings.json
Joakim Hellsén 81cb342725
All checks were successful
Run Scraper / scrape (push) Successful in 17s
Don't strip img tags
2025-05-17 03:11:48 +02:00

35 lines
657 B
JSON

{
"cSpell.words": [
"aiofiles",
"beautifulsoup",
"Hellsén",
"httpx",
"Joakim",
"levelname",
"markdownify",
"markupsafe",
"mdformat",
"TheLovinator",
"Wuthering",
"wutheringwaves"
],
"python.analysis.ignore": [
"**.json"
],
"files.watcherExclude": {
"**/articles/**": true,
"**/html/**": true
},
"explorer.autoRevealExclude": {
"**/articles": true
},
"python.analysis.exclude": [
"**/articles",
"**/html"
],
"ruff.exclude": [
"articles",
"html"
]
}