commands create custom entities with a . at the start of the file name keeping them gitignored by default.

This commit is contained in:
Brian Madison
2025-06-09 00:02:58 -05:00
parent 9bbf613b4c
commit e2a216477c
5 changed files with 40 additions and 8 deletions

13
.gitignore vendored
View File

@@ -18,3 +18,16 @@ Thumbs.db
.env
CLAUDE.md
# User-created content (prefixed with .)
# These allow users to create custom content without conflicts
expansion-packs/.*
agents/.*
agent-teams/.*
agent-team-workflows/.*
bmad-core/personas/.*
bmad-core/tasks/.*
bmad-core/templates/.*
bmad-core/checklists/.*
bmad-core/data/.*
bmad-core/ide-agents/.*