Skip to content

Commit a5949ed

Browse files
committed
fixup! Merge branch 'main' into colin/pnpm
1 parent e1339e7 commit a5949ed

File tree

7 files changed

+9
-2
lines changed

7 files changed

+9
-2
lines changed

.prettierignore.include

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ scripts/apitypings/testdata/**/*.ts
1111

1212
# Generated files shouldn't be formatted.
1313
site/e2e/provisionerGenerated.ts
14+
15+
**/pnpm-lock.yaml

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ gen: \
466466
.prettierignore \
467467
site/.prettierrc.yaml \
468468
site/.prettierignore \
469-
site/.eslintignore
470469
.PHONY: gen
471470

472471
# Mark all generated files as fresh so make thinks they're up-to-date. This is

offlinedocs/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
npm-debug.log*
2424
yarn-debug.log*
2525
yarn-error.log*
26-
.pnpm-debug.log*
26+
pnpm-debug.log*
2727

2828
# local env files
2929
.env*.local

offlinedocs/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/pnpm-lock.yaml

scripts/apidocgen/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/pnpm-lock.yaml

site/.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,5 @@ stats/
7878

7979
# Generated files shouldn't be formatted.
8080
e2e/provisionerGenerated.ts
81+
82+
**/pnpm-lock.yaml

site/.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,5 @@ stats/
7878

7979
# Generated files shouldn't be formatted.
8080
e2e/provisionerGenerated.ts
81+
82+
**/pnpm-lock.yaml

0 commit comments

Comments
 (0)