Add a script for linking Foundry into the project root

This commit is contained in:
Eldritch-Oliver 2025-10-04 20:43:41 -06:00
parent d15301663c
commit bf06edc5c6
6 changed files with 69 additions and 2 deletions

View file

@ -1,9 +1,10 @@
{
"files.exclude": {
"**/node_modules": true
"**/node_modules": true,
"foundry": true
},
"search.exclude": {
"foundry.*.link": true
"foundry": true
},
"html.customData": [
"./.vscode/foundry.html-data.json",