Skip to content

Commit 0a71474

Browse files
authored
Merge pull request #633 from framer/cursor/efa29671
Refactor Code Link sync runtime for easier logic tracing
2 parents b582817 + e00834d commit 0a71474

120 files changed

Lines changed: 3994 additions & 3117 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
.vscode/*.log
55
*.local
66
dist
7+
*.tsbuildinfo
78
node_modules
89
npm-debug.log*
910
plugin.zip
1011
.env
12+
.cursor/plans/
1113

1214
# Yarn v2 with Zero Installs (https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored)
1315
.yarn/*
@@ -22,4 +24,4 @@ plugin.zip
2224
# Code Link CLI — ignore folders (Untitled, etc.) for testing
2325
packages/code-link-cli/*/
2426
!packages/code-link-cli/src/
25-
!packages/code-link-cli/skills/
27+
!packages/code-link-cli/skills/
-236 KB
Binary file not shown.
-90.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-3.31 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)