Move dependencies from src/deps/ to vendor/ (#13901)

This commit is contained in:
Ashcon Partovi
2024-09-11 17:46:03 -07:00
committed by GitHub
parent b33d6b1416
commit f5b7a6708d
21 changed files with 62 additions and 189 deletions

11
.gitignore vendored
View File

@@ -49,7 +49,6 @@
/build-*/
/bun-webkit
/kcov-out
/src/deps/libuv
/test-report.json
/test-report.md
/test.js
@@ -117,11 +116,6 @@ sign.json
src/bun.js/bindings-obj
src/bun.js/bindings/GeneratedJS2Native.zig
src/bun.js/debug-bindings-obj
src/deps/c-ares/build
src/deps/libiconv
src/deps/openssl
src/deps/PLCrashReporter/
src/deps/s2n-tls
src/deps/zig-clap/.gitattributes
src/deps/zig-clap/.github
src/deps/zig-clap/example
@@ -148,7 +142,12 @@ test/node.js/upstream
scripts/env.local
# Dependencies
/vendor
# Dependencies (before CMake)
# These can be removed in the far future
/src/bun.js/WebKit
/src/deps/WebKit
/src/deps/boringssl
/src/deps/brotli
/src/deps/c*ares