diff options
| author | murilo ijanc | 2025-11-20 17:43:54 -0300 |
|---|---|---|
| committer | murilo ijanc | 2025-11-20 17:43:54 -0300 |
| commit | bc1d24ef6caf632e4a2c3424b18b633e5f0b94bb (patch) | |
| tree | f223ac855f147379146040789f62b40df1a31c3f | |
| parent | dd0dbd95e77028ca0c032f773457d28f8590fb24 (diff) | |
| download | templates-bc1d24ef6caf632e4a2c3424b18b633e5f0b94bb.tar.gz | |
Update dprint ignore deny.toml
| -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}", |