diff options
| -rw-r--r-- | cli/template/dprint.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/template/dprint.json b/cli/template/dprint.json index 74406fe..a2a3c8f 100644 --- a/cli/template/dprint.json +++ b/cli/template/dprint.json @@ -4,6 +4,7 @@ "toml": { }, "excludes": [ + "deny.toml" ], "exec": { "cwd": "${configDir}", |