221 lines
3.7 KiB
Plaintext
221 lines
3.7 KiB
Plaintext
.rustup
|
|
.claude/settings.local.json
|
|
.cargo
|
|
Library/Caches
|
|
.direnv
|
|
.DS_Store
|
|
.env
|
|
.envrc
|
|
.eslintcache
|
|
.gdb_history
|
|
.idea
|
|
.next
|
|
.ninja_deps
|
|
.ninja_log
|
|
.npm
|
|
.npmrc
|
|
.npm.gz
|
|
.parcel-cache
|
|
.swcrc
|
|
.trace
|
|
.uuid
|
|
.vs
|
|
.vscode/clang*
|
|
.vscode/cpp*
|
|
.bake-debug
|
|
*.a
|
|
*.bc
|
|
*.big
|
|
*.blob
|
|
*.bun
|
|
*.crash
|
|
*.database
|
|
*.db
|
|
*.dmg
|
|
*.dSYM
|
|
*.generated.ts
|
|
*.jsb
|
|
*.lib
|
|
*.log
|
|
*.o
|
|
*.out.js
|
|
*.out.refresh.js
|
|
*.pdb
|
|
*.sqlite
|
|
*.swp
|
|
*.tmp
|
|
*.trace
|
|
*.wat
|
|
*.zip
|
|
**/.verdaccio-db.json
|
|
**/*.dir
|
|
**/*.pdb
|
|
**/*.sln*
|
|
**/*.vcxproj*
|
|
**/package-lock.json
|
|
/.cache
|
|
/.webkit-cache
|
|
/build-*/
|
|
/test/build/
|
|
/bun-webkit
|
|
/kcov-out
|
|
/test-report.json
|
|
/test-report.md
|
|
/test.js
|
|
/test.ts
|
|
/testdir
|
|
/build/
|
|
cmake/sources
|
|
build.ninja
|
|
bun-binary
|
|
bun-mimalloc
|
|
bun-nomimalloc
|
|
bun-singlehtreaded
|
|
bun-test-scratch
|
|
bun-zigld
|
|
cmake_install.cmake
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
cold-jsc-start
|
|
cold-jsc-start.d
|
|
compile_commands.json
|
|
cover
|
|
coverage
|
|
coverv
|
|
dist
|
|
esbuilddir
|
|
examples/lotta-modules/bun-nofscache
|
|
examples/lotta-modules/bun-old
|
|
examples/lotta-modules/bun-yday
|
|
failing-tests.txt
|
|
github
|
|
make-dev-stats.csv
|
|
misctools/fetch
|
|
misctools/machbench
|
|
misctools/sha
|
|
myscript.sh
|
|
node_modules
|
|
node_modules_*
|
|
out
|
|
out.*
|
|
outcss
|
|
outdir
|
|
outdir/
|
|
packages/*/*.wasm
|
|
packages/bun-*/*.o
|
|
packages/bun-*/bun
|
|
packages/bun-*/bun-profile
|
|
packages/bun-*/debug-bun
|
|
packages/bun-cli/bin/*
|
|
packages/bun-cli/postinstall.js
|
|
packages/debug-*
|
|
parceldist
|
|
pnpm-lock.yaml
|
|
profile.json
|
|
README.md.template
|
|
release/
|
|
scripts/env.local
|
|
sign.*.json
|
|
sign.json
|
|
src/bake/generated.ts
|
|
src/jsc/bindings-obj
|
|
src/bun.js/debug-bindings-obj
|
|
src/js/out/DebugPath.h
|
|
src/js/out/functions*
|
|
src/js/out/modules*
|
|
src/js/out/tmp
|
|
src/node-fallbacks/node_modules
|
|
src/node-fallbacks/out/*
|
|
src/runtime.version
|
|
test.txt
|
|
test/js/bun/glob/fixtures
|
|
test/node.js/upstream
|
|
tsconfig.tsbuildinfo
|
|
txt.js
|
|
x64
|
|
yarn.lock
|
|
test/node.js/upstream
|
|
scripts/env.local
|
|
*.generated.ts
|
|
src/bake/generated.ts
|
|
test/cli/install/registry/packages/publish-pkg-*
|
|
test/cli/install/registry/packages/@secret/publish-pkg-8
|
|
test/js/third_party/prisma/prisma/sqlite/dev.db-journal
|
|
tmp
|
|
codegen-for-zig-team.tar.gz
|
|
|
|
# Dependencies
|
|
/vendor
|
|
|
|
# Dependencies (before CMake)
|
|
# These can be removed in the far future
|
|
/src/bun.js/WebKit
|
|
/src/deps/boringssl
|
|
/src/deps/brotli
|
|
/src/deps/c*ares
|
|
/src/deps/libarchive
|
|
/src/deps/libdeflate
|
|
/src/deps/libuv
|
|
/src/deps/lol*html
|
|
/src/deps/ls*hpack
|
|
/src/deps/mimalloc
|
|
/src/deps/picohttpparser
|
|
/src/deps/tinycc
|
|
/src/deps/WebKit
|
|
/src/deps/zig
|
|
/src/deps/zlib
|
|
/src/deps/zstd
|
|
|
|
# Generated files
|
|
|
|
# Written at configure time from the discovered toolchain by
|
|
# scripts/build/cargo-config.ts — see scripts/build/CLAUDE.md.
|
|
.cargo/config.toml
|
|
|
|
.buildkite/ci.yml
|
|
*.sock
|
|
scratch*.{js,ts,tsx,cjs,mjs}
|
|
/a.js
|
|
scratch
|
|
|
|
*.bun-build
|
|
|
|
scripts/lldb-inline
|
|
|
|
test/integration/bun-types/fixture/bun.lock
|
|
.claude/scheduled_tasks.lock
|
|
.claude/worktrees
|
|
src/runtime/bake/generated.ts
|
|
/target/
|
|
# Heap snapshots, profiler output, and core dumps can contain secrets from
|
|
# process memory (env vars, tokens). Never commit them, compressed or not.
|
|
*.heapsnapshot
|
|
*.heapsnapshot.*
|
|
*.heapprofile
|
|
*.heapprofile.*
|
|
*.heaptimeline
|
|
*.heaptimeline.*
|
|
*.cpuprofile
|
|
*.cpuprofile.*
|
|
Heap-*.json
|
|
Heap-*.json.*
|
|
isolate-*.log
|
|
core
|
|
core.[0-9]*
|
|
# Legacy codegen outputs (no longer written, but old build trees still have
|
|
# them on disk; keep ignored so they don't show as untracked).
|
|
src/jsc/bindings/GeneratedJS2Native.zig
|
|
src/jsc/bindings/GeneratedBindings.zig
|
|
|
|
# Web Streams rewrite working notes (design docs, spec transcription, review logs).
|
|
# Kept locally for the ongoing work; not part of the source tree.
|
|
/specs/
|
|
/garbage-env
|
|
# compiled-bundler test outputs that land in cwd when tests run from the root
|
|
/entry
|
|
/entry.js.map
|
|
/nosourcemap_entry
|
|
|
|
# hawk analysis scaffolding (see tools/hawk/); generated per-run, never committed
|
|
src/bun_bin/hawk_root.rs
|