Makefile should be added to allow building libwaku when cargo publish

Also, scripts folder is needed to build rln
This commit is contained in:
Ivan Folgueira Bande 2025-01-13 17:33:05 +01:00
parent 64736c0284
commit a1a4af905f
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -18,14 +18,12 @@ exclude = [
"vendor/docs/*",
"vendor/coverage/*",
"vendor/pkg/*",
"vendor/scripts/*",
"vendor/tests/*",
"vendor/ci/*",
"vendor/cmd/*",
"**/*.md",
"**/*.lock",
"**/*.nix",
"**/Makefile",
"**/Dockerfile",
]