Skip to content

Commit 4783e52

Browse files
committed
fix: remove install-state.gz files
1 parent b124fec commit 4783e52

File tree

6 files changed

+22
-0
lines changed

6 files changed

+22
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,11 @@ docs/year_dropdown.md
113113
package-lock.json
114114
scripts/.DS_Store
115115
.DS_Store
116+
117+
.yarn/*
118+
!.yarn/cache
119+
!.yarn/patches
120+
!.yarn/plugins
121+
!.yarn/releases
122+
!.yarn/sdks
123+
!.yarn/versions

.yarn/install-state.gz

-1.11 MB
Binary file not shown.

docs-site/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@
2121
npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
24+
.yarn/*
25+
!.yarn/cache
26+
!.yarn/patches
27+
!.yarn/plugins
28+
!.yarn/releases
29+
!.yarn/sdks
30+
!.yarn/versions

docs-site/.yarn/install-state.gz

-1.32 MB
Binary file not shown.

examples/hello-world/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@
2121
npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
24+
.yarn/*
25+
!.yarn/cache
26+
!.yarn/patches
27+
!.yarn/plugins
28+
!.yarn/releases
29+
!.yarn/sdks
30+
!.yarn/versions
-1.32 MB
Binary file not shown.

0 commit comments

Comments
 (0)