Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@ development/*.txt
# Invoke overrides
invoke.yml

# Claude Code
CLAUDE.md
.claude/
# Claude Code local settings
.claude/settings.local.json
CLAUDE.local.md

# OpenAI Codex CLI
AGENTS.md
Expand Down
1 change: 1 addition & 0 deletions changes/405.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Changed `.gitignore` to allow committing shared Claude Code configuration, ignoring only per-user local files.
6 changes: 3 additions & 3 deletions nautobot-app/{{ cookiecutter.project_slug }}/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,9 @@ public
/dump.sql
/{{ cookiecutter.app_name }}/static/{{ cookiecutter.app_name }}/docs

# Claude Code
CLAUDE.md
.claude/

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

So there are items that will be in .claude/ that we do want to share?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yeah stuff like per-project skills, agents, system prompt modifications.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Sorry, I realized I just restated what was in the summary. A good use case is a claude skill in the chatops app to scaffold a new chatops integration or in ssot for a new ssot integration. Those would be good to stay in the repo instead of our global claude repo.

# Claude Code local settings
.claude/settings.local.json
CLAUDE.local.md

# OpenAI Codex CLI
AGENTS.md
Expand Down
Loading