diff options
author | 2021-10-10 23:41:18 -0700 | |
---|---|---|
committer | 2021-10-10 23:41:18 -0700 | |
commit | 0db7af6166dba28126ab71814fc84c75bbd9acef (patch) | |
tree | 2c387e4bfb7ef9794164fb8341b5f507b2d03a58 /.gitignore | |
parent | 5e3d1dd4b5618a64dac60a1c3345fba084be34b2 (diff) | |
download | bun-0db7af6166dba28126ab71814fc84c75bbd9acef.tar.gz bun-0db7af6166dba28126ab71814fc84c75bbd9acef.tar.zst bun-0db7af6166dba28126ab71814fc84c75bbd9acef.zip |
[fetch] Add support for gzip & deflate to the http client
Powered by Cloudflare's zlib fork
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b11d68d38..d4eca5e8c 100644 --- a/.gitignore +++ b/.gitignore @@ -66,4 +66,5 @@ packages/debug-* packages/bun-cli/postinstall.js packages/bun-*/bin/* -packages/bun-cli/bin/*
\ No newline at end of file +packages/bun-cli/bin/* +bun-test-scratch
\ No newline at end of file |