Skip to content

Commit f735b49

Browse files
committed
Add .gitattributes to slim down ZIP downloads
1 parent 3eda89d commit f735b49

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.gitattributes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Exclude files not needed in the ZIP download (GitHub "Download ZIP" / git archive).
2+
# These are development or CI artifacts that don't help end users run the samples.
3+
4+
# CI/CD and internal tooling
5+
.github/** export-ignore
6+
7+
# Git-only files (not useful without a git repo)
8+
.gitattributes export-ignore
9+
.gitignore export-ignore
10+
.gitkeep export-ignore
11+
12+
# Editor configuration
13+
.editorconfig export-ignore
14+
15+
# Root logo file (already inlined in README.html)
16+
logo-dynamsoft-black.svg export-ignore

0 commit comments

Comments
 (0)