Skip to content

Commit 0750242

Browse files
authored
Merge pull request #8 from sj-distributor/template2
Exclude README.MD and LICENSE
2 parents 258e58b + a9f0b37 commit 0750242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Wax.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<files>
2525
<file src="README.md" />
26-
<file src=".\**" target="content" exclude="**\bin\**;**\obj\**;**\.git\**;**\.github\**;**\*.user;**\.vs\**;**\.vscode\**;**\.gitignore;**\.idea\**" />
26+
<file src=".\**" target="content" exclude="**\bin\**;**\obj\**;**\.git\**;**\.github\**;**\*.user;**\.vs\**;**\.vscode\**;**\.gitignore;**\.idea\**;**\LICENSE;**\README.md;" />
2727
</files>
2828

2929
</package>

0 commit comments

Comments
 (0)