Browse Source

chore: exclude workflow directory from git tracking

Add workflow/ to .gitignore to prevent tracking of workflow-related files
and clean up cursor rules directory structure.
research/notification-plugin-enhancement
Matthew Raymer 1 day ago
parent
commit
a865878fab
  1. 1
      .gitignore

1
.gitignore

@ -61,3 +61,4 @@ logs/
.cache/
*.lock
*.bin
workflow/
Loading…
Cancel
Save