Skip to content
Open
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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ node_modules/
*.log
.generated/
/tmp/

# Ignore local Claude runtime state and worktrees
.claude/**

# Ignore insiders AI rules
.github/instructions/codacy.instructions.md
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 MEDIUM RISK

Files in the .github/ directory are typically meant to be shared with the team. If these instructions are intended to guide AI behavior for the project, they should likely be committed rather than ignored. If they are personal/local overrides, they should reside outside of the .github/ directory.