Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit 702e612

Browse files
Check in yarn-berry release, plugins as recommended by yarn
1 parent 71a016d commit 702e612

File tree

3 files changed

+756
-8
lines changed

3 files changed

+756
-8
lines changed

.gitignore

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ node_modules
77
lib/core/metadata.js
88
lib/core/MetadataBlog.js
99

10-
website/translated_docs
11-
website/build/
12-
website/yarn.lock
13-
website/node_modules
14-
website/i18n/*
15-
1610
.next
1711
.cache
1812
yarn-error.log
@@ -23,6 +17,18 @@ libmdx
2317
# TODO: This is a bit crude, but suits our purposes for now while everything
2418
# is in docker upstream of this repository
2519
*/**/build-state.yml
26-
*/**/yarn-rc.js
20+
# */**/yarn-rc.js
2721
.yarnrc.yml
28-
.yarn
22+
23+
.yarn/*
24+
!.yarn/releases
25+
!.yarn/plugins
26+
27+
# .yarn/*
28+
# .yarn/*
29+
30+
# Check in the release/plugin directories to ensure consistency
31+
# This also allows CI services like dependabot to run without needing ./setup.sh
32+
# (although setup.sh can still be useful to run locally)
33+
# !.yarn/releases/yarn-berry.js
34+
# !.yarn/plugins/*

0 commit comments

Comments
 (0)