Skip to content

Commit aed35a3

Browse files
authored
fix(add): add static folder to .prettierignore (#618)
1 parent 5831535 commit aed35a3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/twenty-suits-listen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'sv': patch
3+
---
4+
5+
fix(add): add `static` folder to `.prettierignore`

packages/addons/prettier/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export default defineAddon({
2020
yarn.lock
2121
bun.lock
2222
bun.lockb
23+
24+
# Miscellaneous
25+
static/
2326
`;
2427
});
2528

0 commit comments

Comments
 (0)