Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/cli/commands/gitignore-entries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ export const GITIGNORE_ENTRY_REGISTRY: ReadonlyArray<GitignoreEntryTag> = [
{ target: "pi", feature: "commands", entry: "**/.pi/prompts/" },
{ target: "pi", feature: "skills", entry: "**/.pi/skills/" },

// Qoder
{ target: "qoder", feature: "rules", entry: "**/.qoder/rules/" },
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MID] Registry entry looks right, but feature-change-guidelines.md also requires running pnpm dev gitignore and committing the regenerated /workspace/.gitignore. The repo's checked-in .gitignore doesn't yet include **/.qoder/rules/.


// Qwen Code
{ target: "qwencode", feature: "rules", entry: "**/QWEN.md" },
{ target: "qwencode", feature: "general", entry: "**/.qwen/memories/" },
Expand Down
Loading
Loading