Skip to content

Commit 16935af

Browse files
committed
chore: add git ignores
1 parent 2912708 commit 16935af

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,12 @@ build
99
# Ignore lock files in examples for now
1010
examples/**/yarn.lock
1111
.docusaurus
12+
13+
# Yarn 4.x
14+
.pnp.*
15+
.yarn/*
16+
!.yarn/patches
17+
!.yarn/plugins
18+
!.yarn/releases
19+
!.yarn/sdks
20+
!.yarn/versions

examples/basic/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,12 @@ web-build/
1212

1313
# macOS
1414
.DS_Store
15+
16+
# Yarn 4.x
17+
.pnp.*
18+
.yarn/*
19+
!.yarn/patches
20+
!.yarn/plugins
21+
!.yarn/releases
22+
!.yarn/sdks
23+
!.yarn/versions

0 commit comments

Comments
 (0)