From 9e7955495fca0240de64f5743f41bed755d0a712 Mon Sep 17 00:00:00 2001 From: Szymon Nowakowski Date: Mon, 9 Feb 2026 19:03:59 +0100 Subject: [PATCH] Remove sciter and TCC from code workspace --- .gitattributes | 2 -- castle.code-workspace | 8 -------- 2 files changed, 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index 799249a..b634d85 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1 @@ -*.dll filter=lfs diff=lfs merge=lfs -text *.pdf filter=lfs diff=lfs merge=lfs -text -*.so filter=lfs diff=lfs merge=lfs -text diff --git a/castle.code-workspace b/castle.code-workspace index 4488bd8..ddb61bb 100644 --- a/castle.code-workspace +++ b/castle.code-workspace @@ -16,14 +16,6 @@ "name": "myid", "path": "packages/myid" }, - { - "name": "sciter", - "path": "packages/sciter" - }, - { - "name": "tcc", - "path": "packages/tcc" - }, { "name": "vecmath", "path": "packages/vecmath"