Skip to content

Commit 68e1e59

Browse files
committed
🔧 Remove zero-install due to issues. Avoid divide by 0 in parser.
1 parent 6d2ed60 commit 68e1e59

File tree

141 files changed

+4091
-16034
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+4091
-16034
lines changed

.gitignore

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
1-
node_modules/
2-
ignore/
1+
/ignore
32

4-
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
3+
# dependencies
4+
/node_modules
5+
.pnp.*
56
.yarn/*
6-
!.yarn/cache
77
!.yarn/patches
88
!.yarn/plugins
99
!.yarn/releases
1010
!.yarn/sdks
11-
!.yarn/versions
11+
!.yarn/versions
12+
13+
# misc
14+
.DS_Store
15+
*.pem
16+
17+
# local env files
18+
.env*.local
19+
20+
# Logs
21+
logs
22+
*.log
23+
npm-debug.log*
24+
yarn-debug.log*
25+
yarn-error.log*
26+
pnpm-debug.log*
27+
lerna-debug.log*

0 commit comments

Comments
 (0)