Skip to content

Commit 29bd971

Browse files
committed
[chore] update gitignore
Signed-off-by: unlsycn <[email protected]>
1 parent 0470f12 commit 29bd971

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: templates/chisel/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
.mill-jvm-opts
55
.metals/
66
.vscode/
7+
.envrc
8+
.direnv/
79

810
out/
911
result*

Diff for: templates/chisel/.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ danglingParentheses.preset = true
1212

1313
align.tokens."+" = [
1414
{
15-
code = ":"
15+
code = ":"
1616
}
1717
]
1818

0 commit comments

Comments
 (0)