Skip to content

Commit 5cc1b8a

Browse files
committed
feat(gitignore): update .gitignore to include CLAUDE.md and clarify instructions file entries
1 parent d80b761 commit 5cc1b8a

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.gitignore.promptfiles

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
# Commands (spec-kit)
99
.claude/commands/speckit.*
1010

11+
# Instructions file
12+
.claude/CLAUDE.md
13+
1114
# ------------------------------------------------------------------------------
1215
# GitHub Copilot configuration
1316
# ------------------------------------------------------------------------------
@@ -24,12 +27,9 @@
2427
# Skills (repository-template and technology-specific)
2528
.github/skills/
2629

27-
# Copilot instructions
30+
# Instructions file
2831
.github/copilot-instructions.md
2932

30-
# Pull request template (only copied if not present)
31-
# .github/pull_request_template.md
32-
3333
# ------------------------------------------------------------------------------
3434
# Specify framework
3535
# ------------------------------------------------------------------------------
@@ -47,6 +47,9 @@
4747
# Documentation
4848
# ------------------------------------------------------------------------------
4949

50+
# Pull request template (only copied if not present)
51+
# .github/pull_request_template.md
52+
5053
# ADR template
5154
docs/adr/ADR-nnn_Any_Decision_Record_Template.md
5255
docs/adr/Tech_Radar.md

0 commit comments

Comments
 (0)