Skip to content

Commit

Permalink
🔧 Remove zero-install due to issues. Avoid divide by 0 in parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
mationai committed Jul 23, 2023
1 parent 6d2ed60 commit 68e1e59
Show file tree
Hide file tree
Showing 141 changed files with 4,091 additions and 16,034 deletions.
26 changes: 21 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
node_modules/
ignore/
/ignore

# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
# dependencies
/node_modules
.pnp.*
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
!.yarn/versions

# misc
.DS_Store
*.pem

# local env files
.env*.local

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
Loading

0 comments on commit 68e1e59

Please sign in to comment.