Exclude target dir from npm tarballs

pull/261/head
Max Brunsfeld 2021-03-03 17:10:59 +07:00
parent c94b00f8f9
commit ca547c3b47
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored

@ -5,4 +5,4 @@ build
package-lock.json package-lock.json
examples/go examples/go
examples/moby examples/moby
/target/ target

@ -4,3 +4,4 @@ build
script script
.travis.yml .travis.yml
.gitattributes .gitattributes
target