From 72ad247136b65c04c3c1ba4823764017fcc2c9f2 Mon Sep 17 00:00:00 2001 From: Millian Lamiaux Date: Sat, 23 May 2026 12:29:07 +0200 Subject: [PATCH] chore: update .gitignore. --- .gitignore | 3 +++ skills-lock.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 skills-lock.json diff --git a/.gitignore b/.gitignore index 3dd879c..9113d6f 100644 --- a/.gitignore +++ b/.gitignore @@ -54,4 +54,7 @@ coverage/ node-compile-cache/ .gitnexus Config/Secrets.xcconfig + +_Users_* +swift-generated-sources/ tabatago-swift/build/ diff --git a/skills-lock.json b/skills-lock.json new file mode 100644 index 0000000..55921b0 --- /dev/null +++ b/skills-lock.json @@ -0,0 +1,47 @@ +{ + "version": 1, + "skills": { + "core-data-expert": { + "source": "avdlee/core-data-agent-skill", + "sourceType": "github", + "skillPath": "core-data-expert/SKILL.md", + "computedHash": "b8d2829005b1f2fefbaa8af2ea7d7d64e2fbeca2f2172033176ad0780edc3970" + }, + "swift-architecture-skill": { + "source": "efremidze/swift-architecture-skill", + "sourceType": "github", + "skillPath": "swift-architecture-skill/SKILL.md", + "computedHash": "67d3359424b19084631998def14666fd5a77284a45ac0353c41a86a7ed216923" + }, + "swift-concurrency-pro": { + "source": "twostraws/swift-concurrency-agent-skill", + "sourceType": "github", + "skillPath": "swift-concurrency-pro/SKILL.md", + "computedHash": "dec65531b4bd37d15e6243dbb0d2d1f554b4f4087bcb2e8deb7273f570fa4069" + }, + "swift-testing-pro": { + "source": "twostraws/swift-testing-agent-skill", + "sourceType": "github", + "skillPath": "swift-testing-pro/SKILL.md", + "computedHash": "90504b29146ccd7e88d8ba7244c6c4e4d2b410fb21bdd4ce578f10583b158481" + }, + "swiftdata-pro": { + "source": "twostraws/swiftdata-agent-skill", + "sourceType": "github", + "skillPath": "swiftdata-pro/SKILL.md", + "computedHash": "2f979bad98ea3a6744084c5f93e27897f02e8d0ffe15dd03042e88aaae4da14c" + }, + "swiftui-pro": { + "source": "twostraws/swiftui-agent-skill", + "sourceType": "github", + "skillPath": "swiftui-pro/SKILL.md", + "computedHash": "07033426e384295a4b49cf0b2ffdefd4098cae4af53fef16bc1f2d9281118c41" + }, + "writing-for-interfaces": { + "source": "andrewgleave/skills", + "sourceType": "github", + "skillPath": "writing-for-interfaces/SKILL.md", + "computedHash": "fff061810c3e63b97fea546da1b86d88629f422a5d38d4ac13497b689a18419e" + } + } +}