Skip to content

Commit 64aa1c4

Browse files
committed
Fix CI directory exist in release archive
Contrary to the gitattributes(5) manpage, directories are required to be excluded from archive with `path/ export-ignore` instead of `path/**`. Refer-to: git ignoring .gitattributes pattern - Stack Overflow <https://stackoverflow.com/a/5525195/6219078> Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
1 parent 07b996b commit 64aa1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
# Exclude development assets from release archive
1515
/.* export-ignore
16-
/continuous-integration/** export-ignore
16+
/continuous-integration/ export-ignore

0 commit comments

Comments
 (0)