fix(formatter): ignore treefmt.toml
This commit is contained in:
parent
00cbf44144
commit
68ab7cc81a
2 changed files with 5 additions and 2 deletions
2
templates/default/.gitignore
vendored
2
templates/default/.gitignore
vendored
|
@ -11,6 +11,7 @@ result-*
|
||||||
target/
|
target/
|
||||||
|
|
||||||
# nixago: ignore-linked-files
|
# nixago: ignore-linked-files
|
||||||
|
/treefmt.toml
|
||||||
treefmt.toml
|
treefmt.toml
|
||||||
|
|
||||||
# nats
|
# nats
|
||||||
|
@ -21,4 +22,3 @@ rust/*/*/leaf_server.conf
|
||||||
rust/*/*/resolver.conf
|
rust/*/*/resolver.conf
|
||||||
leaf_server.conf
|
leaf_server.conf
|
||||||
.local
|
.local
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,9 @@ let
|
||||||
"LICENSE"
|
"LICENSE"
|
||||||
# unsupported extensions
|
# unsupported extensions
|
||||||
"*.{gif,png,svg,tape,mts,lock,mod,sum,env,envrc,gitignore}"
|
"*.{gif,png,svg,tape,mts,lock,mod,sum,env,envrc,gitignore}"
|
||||||
|
|
||||||
|
# link to a read-only store-path
|
||||||
|
"treefmt.toml"
|
||||||
];
|
];
|
||||||
|
|
||||||
formatter = {
|
formatter = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue