Skip to content

Commit bca6b47

Browse files
chore: ignore local frontend symlink
~/services/delega/frontend is a per-developer dev-loop convenience pointing at an external workspace path. It has been appearing as untracked on every git status and was nearly committed by accident this session (reverted locally before push). Adding it to .gitignore stops the nag and forecloses that class of near-miss. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fd90da1 commit bca6b47

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@ data/
4949
# Node (if applicable)
5050
node_modules/
5151

52+
# Local frontend symlink (user's dev convenience; not part of the repo)
53+
frontend
54+
5255
# Internal release check (contains infrastructure details)
5356
scripts/release-check.sh

0 commit comments

Comments
 (0)