Skip to content

Commit b15dd67

Browse files
committed
chore: Modified .git-attributes excluding files from git-archive
git-archive is used on github to provide release-packages
1 parent d6cb82d commit b15dd67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitattributes

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
.gitattributes export-ignore
44
.gitignore export-ignore
55
.gitmodules export-ignore
6-
# test directory
76
t export-ignore
87
_build export-ignore
98
src export-ignore
10-
.vscode export-ignore
9+
.vscode export-ignore
10+
.code-workspace export-ignore
11+
lib/readme.txt export-ignore

0 commit comments

Comments
 (0)