Skip to content

Commit 0928a97

Browse files
committed
Update prettierignore files
1 parent 049ca95 commit 0928a97

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

ember-scoped-css-compat/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
# We don't want the changelog or lockfile changing in renovate updates to
2828
# cause CI to fail
2929
*.md
30+
*.yaml

ember-scoped-css/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dist/
77
# misc
88
coverage/
99
*.md
10+
*.yaml

test-apps/classic-app/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@
2323
/package.json.ember-try
2424
/package-lock.json.ember-try
2525
/yarn.lock.ember-try
26+
*.yaml

test-apps/embroider-app/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@
2323
/package.json.ember-try
2424
/package-lock.json.ember-try
2525
/yarn.lock.ember-try
26+
*.yaml

test-apps/pods-classic-app/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111

1212
# ember-try
1313
/.node_modules.ember-try/
14+
*.yaml

test-apps/pods-embroider-app/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111

1212
# ember-try
1313
/.node_modules.ember-try/
14+
*.yaml

test-apps/v2-addon-ts/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
# misc
99
/coverage/
1010
/fixtures/
11+
*.yaml

test-apps/v2-addon/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dist/
77
# misc
88
coverage/
99
fixtures/
10+
*.yaml

0 commit comments

Comments
 (0)