13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
# Exclude development materials from skill packaging
|
|
info_to_craft_skill/
|
|
|
|
# Exclude GitHub documentation (not needed in skill package)
|
|
README.md
|
|
|
|
# Exclude local settings
|
|
.claude/
|
|
|
|
# Exclude git files
|
|
.git/
|
|
.gitignore
|