diff options
author | 2021-10-30 01:49:19 -0700 | |
---|---|---|
committer | 2021-10-30 01:49:19 -0700 | |
commit | f8f85430c08b273d5e551667391992fb3587c228 (patch) | |
tree | 736522a09a3cb304b3a2dacb20aa25592e92b8f4 | |
parent | d8a2eb81e3dd8afa0e18f7fb164b877d160396d3 (diff) | |
download | bun-f8f85430c08b273d5e551667391992fb3587c228.tar.gz bun-f8f85430c08b273d5e551667391992fb3587c228.tar.zst bun-f8f85430c08b273d5e551667391992fb3587c228.zip |
[internal] gitignore blobs for identifier cachebun-v0.0.41
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b9a559203..0069616c4 100644 --- a/.gitignore +++ b/.gitignore @@ -76,4 +76,5 @@ misctools/fetch src/deps/libiconv src/deps/openssl -src/tests.zig
\ No newline at end of file +src/tests.zig +*.blob
\ No newline at end of file |