Skip to content

Commit 8ceb5ef

Browse files
committed
chore: update .gitignore
1 parent 7d12c24 commit 8ceb5ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ hie.yaml
1717

1818
# Build output
1919
/html
20-
/_build
20+
/_build*
2121
/result*
2222
/node_modules
23-
/dist-newstyle
23+
/dist-*
2424
/stack.yaml.lock
2525
/.stack-work
2626
.shake
@@ -30,6 +30,7 @@ hie.yaml
3030
*.hi-boot
3131
*.o-boot
3232
/rubtmp*
33+
.sass-cache
3334

3435
## Build system performance stuff
3536
*.eventlog*

0 commit comments

Comments
 (0)