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/docs/*",
"vendor/coverage/*", "vendor/coverage/*",
"vendor/pkg/*", "vendor/pkg/*",
"vendor/scripts/*",
"vendor/tests/*", "vendor/tests/*",
"vendor/ci/*", "vendor/ci/*",
"vendor/cmd/*", "vendor/cmd/*",
"**/*.md", "**/*.md",
"**/*.lock", "**/*.lock",
"**/*.nix", "**/*.nix",
"**/Makefile",
"**/Dockerfile", "**/Dockerfile",
] ]