Skip to content

Commit fed9381

Browse files
committed
Merge branch 'main' into new-outline
2 parents 39710bf + 43a0c30 commit fed9381

7 files changed

Lines changed: 2561 additions & 9103 deletions

File tree

.github/workflows/validate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
1919
runs-on: ${{ matrix.os }}
2020
steps:
21+
- name: 🧰 Enable long paths on Windows
22+
if: runner.os == 'Windows'
23+
run: git config --system core.longpaths true
24+
2125
- name: ⎔ Setup node
2226
uses: actions/setup-node@v4
2327
with:

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
node_modules
22

3+
# non-npm JavaScript lockfiles
4+
yarn.lock
5+
pnpm-lock.yaml
6+
bun.lock
7+
bun.lockb
8+
39
workspace/
410
**/.cache/
511
**/build/
@@ -19,3 +25,4 @@ coverage
1925
.vitest-reports
2026
*.DS_Store
2127
**/playwright/.auth
28+
saved-playgrounds

0 commit comments

Comments
 (0)