Skip to content

Commit e4824df

Browse files
committed
Add items to exclude key
1 parent 1819f04 commit e4824df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using dns-01 without the need for API access to your DNS provider."""
88
readme = "README.md"
99
repository = "https://github.com/krtab/agnos"
1010
license = "MIT"
11-
exclude = [".github"]
11+
exclude = [".github","Makefile",".dockerignore","config_example.toml","test-docker"]
1212
categories = ["command-line-utilities"]
1313

1414
[dependencies]

0 commit comments

Comments
 (0)