Skip to content

Commit 50d8374

Browse files
committed
make gen
1 parent 070e13b commit 50d8374

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.prettierignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,14 @@ site/e2e/states/*.json
3333
site/e2e/.auth.json
3434
site/playwright-report/*
3535
site/.swc
36-
site/dist/
3736

3837
# Make target for updating golden files (any dir).
3938
.gen-golden
4039

4140
# Build
42-
/build/
43-
/dist/
44-
site/out/
41+
build/
42+
dist/
43+
out/
4544

4645
# Bundle analysis
4746
site/stats/

site/.eslintignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,13 @@ e2e/states/*.json
3333
e2e/.auth.json
3434
playwright-report/*
3535
.swc
36-
dist/
3736

3837
# Make target for updating golden files (any dir).
3938
.gen-golden
4039

4140
# Build
42-
../build/
43-
../dist/
41+
build/
42+
dist/
4443
out/
4544

4645
# Bundle analysis

site/.prettierignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,13 @@ e2e/states/*.json
3333
e2e/.auth.json
3434
playwright-report/*
3535
.swc
36-
dist/
3736

3837
# Make target for updating golden files (any dir).
3938
.gen-golden
4039

4140
# Build
42-
../build/
43-
../dist/
41+
build/
42+
dist/
4443
out/
4544

4645
# Bundle analysis

0 commit comments

Comments
 (0)