Skip to content

Commit c01f11c

Browse files
committed
chore: git ignore tweaks
1 parent bdcbf02 commit c01f11c

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

.gitignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# General Node.js
12
node_modules
23
coverage
34
*.log
@@ -6,15 +7,16 @@ build
67
.idea
78
.DS_Store
89

9-
# Ignore lock files in examples for now
10-
examples/**/yarn.lock
11-
.docusaurus
12-
1310
# Yarn 4.x
1411
.pnp.*
1512
.yarn/*
1613
!.yarn/patches
1714
!.yarn/plugins
1815
!.yarn/releases
1916
!.yarn/sdks
20-
!.yarn/versions
17+
!.yarn/versions
18+
19+
# Ignore lock files in examples for now
20+
examples/**/yarn.lock
21+
.docusaurus
22+

examples/basic/.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# General Node.js
12
node_modules/
23
.expo/
34
dist/
@@ -10,14 +11,15 @@ npm-debug.*
1011
*.orig.*
1112
web-build/
1213

13-
# macOS
14-
.DS_Store
15-
1614
# Yarn 4.x
1715
.pnp.*
1816
.yarn/*
1917
!.yarn/patches
2018
!.yarn/plugins
2119
!.yarn/releases
2220
!.yarn/sdks
23-
!.yarn/versions
21+
!.yarn/versions
22+
23+
# macOS
24+
.DS_Store
25+

website/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,12 @@
1818
npm-debug.log*
1919
yarn-debug.log*
2020
yarn-error.log*
21+
22+
# Yarn 4.x
23+
.pnp.*
24+
.yarn/*
25+
!.yarn/patches
26+
!.yarn/plugins
27+
!.yarn/releases
28+
!.yarn/sdks
29+
!.yarn/versions

0 commit comments

Comments
 (0)