Skip to content

Commit

Permalink
perf: update zx to 7.2.3-dev.7e728f6
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Feb 25, 2024
1 parent 4b676f9 commit f1ae311
Show file tree
Hide file tree
Showing 11 changed files with 80 additions and 506 deletions.
72 changes: 65 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,42 @@
# IDEs
.idea

# Credentials
**/*.asc
**/*.key
**/*.pem
**/*.cert
**/.npmrc
**/.yarnrc

# Bundles
bundle
build
buildstamp.json
dist
docs
flow-typed
lib
target
typings

# Temp assets
.temp
temp

# Codeclimate
codeclimate.*
cc-reporter
cc-reporter.*

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

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Expand All @@ -20,6 +52,7 @@ lib-cov

# Coverage directory used by tools like istanbul
coverage
coverage.*
*.lcov

# nyc test coverage
Expand All @@ -41,18 +74,24 @@ build/Release
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript cache
*.tsbuildinfo
.tsbuildinfo
buildcache
.buildcache

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
Expand All @@ -68,29 +107,41 @@ typings/
# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
# dotenv environment variable files
.env
.env.test
.env.development.local
.env.test.local
.env.production.local
.env.local

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# vuepress v2.x temp and cache directory
.temp
.cache

# Docusaurus cache and generated files
.docusaurus

# Serverless directories
.serverless/

Expand All @@ -103,5 +154,12 @@ dist
# TernJS port file
.tern-port

# Creds
.npmrc
# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
Binary file removed cc-reporter
Binary file not shown.
1 change: 0 additions & 1 deletion cc-reporter.sha256

This file was deleted.

Binary file removed cc-reporter.sha256.sig
Binary file not shown.
94 changes: 0 additions & 94 deletions codeclimate.0.json

This file was deleted.

94 changes: 0 additions & 94 deletions coverage.total.json

This file was deleted.

Loading

0 comments on commit f1ae311

Please sign in to comment.