We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eda89d commit f735b49Copy full SHA for f735b49
1 file changed
.gitattributes
@@ -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