mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
7cbd06541c
* Initial plan * Upgrade Yarn to 4.11.0 with node-modules linker and security settings Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com> * Restore rolldown resolution to package.json resolutions Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com> * Enable Corepack in CI workflow for Yarn 4.11.0 support Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com> * test * module resolution --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com> Co-authored-by: Tom Moor <tom@getoutline.com>
24 lines
220 B
Plaintext
24 lines
220 B
Plaintext
dist
|
|
build
|
|
node_modules/*
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.log
|
|
.vscode/*
|
|
npm-debug.log
|
|
stats.json
|
|
.DS_Store
|
|
data/*
|
|
.idea
|
|
*.pem
|
|
*.key
|
|
*.cert
|
|
|
|
# Yarn Berry
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|