Skip to content

Commit 9866cbe

Browse files
committed
Add .gitattributes to exclude examples from distribution
1 parent eb707ed commit 9866cbe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Exclude development and example files from distribution
2+
/examples export-ignore
3+
/.gitignore export-ignore
4+
/.gitattributes export-ignore
5+
/Claude.md export-ignore

0 commit comments

Comments
 (0)