Compare commits
No commits in common. "ea2c17ddedc64626316ba73ae5be1bb6c95607e8" and "00cbf441445497a7ec795f5ddb6da4fdecfabd41" have entirely different histories.
ea2c17dded
...
00cbf44144
2 changed files with 10 additions and 8 deletions
15
templates/default/.gitignore
vendored
15
templates/default/.gitignore
vendored
|
@ -1,6 +1,3 @@
|
|||
# generic
|
||||
.local
|
||||
|
||||
# direnv
|
||||
.direnv/
|
||||
.env
|
||||
|
@ -12,8 +9,16 @@ result-*
|
|||
|
||||
# rust
|
||||
target/
|
||||
.cargo/
|
||||
|
||||
# nixago: ignore-linked-files
|
||||
/treefmt.toml
|
||||
treefmt.toml
|
||||
|
||||
# nats
|
||||
rust/*/tmp
|
||||
rust/*/jwt
|
||||
rust/*/*/test_leaf_server.conf
|
||||
rust/*/*/leaf_server.conf
|
||||
rust/*/*/resolver.conf
|
||||
leaf_server.conf
|
||||
.local
|
||||
|
||||
|
|
|
@ -34,9 +34,6 @@ let
|
|||
"LICENSE"
|
||||
# unsupported extensions
|
||||
"*.{gif,png,svg,tape,mts,lock,mod,sum,env,envrc,gitignore}"
|
||||
|
||||
# link to a read-only store-path
|
||||
"treefmt.toml"
|
||||
];
|
||||
|
||||
formatter = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue