Skip to content

Commit 1b142f6

Browse files
committed
chore: ignore fixture html and hbs files for now
1 parent 214cc57 commit 1b142f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.oxfmtrc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"dev-packages/browser-integration-tests/fixtures",
1313
"**/test.ts-snapshots/**",
1414
"/.nx/cache",
15-
"/.nx/workspace-data"
15+
"/.nx/workspace-data",
16+
"dev-packages/**/*.html",
17+
"dev-packages/**/*.hbs",
18+
"packages/ember/**/*.hbs",
19+
"packages/ember/**/*.html"
1620
],
1721
"overrides": [
1822
{

0 commit comments

Comments
 (0)