From f48376af8b0e9dc13d21bc5b32fa23899cbe7eb7 Mon Sep 17 00:00:00 2001 From: Akanksha Trehun Date: Wed, 2 Sep 2026 17:12:41 +0530 Subject: [PATCH] fix: remove phantom git submodule reference at path "reframe" The repo root has had a stray gitlink (mode 160000) at path "reframe" pointing to commit 9022ede4215ab686a829b4bd88a25cf67bdeb248, with no corresponding .gitmodules entry to give it a URL. Any tool that clones with submodule init fails on it: this just broke a Netlify deploy ("Error checking out submodules: fatal: No url found for submodule path 'reframe' in .gitmodules") and is the same error seen in a Chromatic Actions run's post-job cleanup a few days ago, previously undiagnosed. Also picks up .gitignore entries (.env*, .netlify) added locally by the Netlify/Vercel CLI setup earlier. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01L5gqyU5QKQtLAza6hL6dXv --- .gitignore | 4 ++++ reframe | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 160000 reframe diff --git a/.gitignore b/.gitignore index abeeb2b0..1d982f0b 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,7 @@ package-lock.json *.storybook.log build-storybook.log chromatic.log +.env* + +# Local Netlify folder +.netlify diff --git a/reframe b/reframe deleted file mode 160000 index 9022ede4..00000000 --- a/reframe +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9022ede4215ab686a829b4bd88a25cf67bdeb248