Skip to content

Commit

Permalink
[chore] update gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: unlsycn <[email protected]>
  • Loading branch information
unlsycn committed Oct 15, 2024
1 parent 0470f12 commit 29bd971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions templates/chisel/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
.mill-jvm-opts
.metals/
.vscode/
.envrc
.direnv/

out/
result*
Expand Down
2 changes: 1 addition & 1 deletion templates/chisel/.scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ danglingParentheses.preset = true

align.tokens."+" = [
{
code = ":"
code = ":"
}
]

Expand Down

0 comments on commit 29bd971

Please sign in to comment.