mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
57 lines
3.2 KiB
Plaintext
57 lines
3.2 KiB
Plaintext
*.css text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.js text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.jsx text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.tsx text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.ts text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.c text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.cpp text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.cc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.toml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.zig text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.rs text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.h text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.json text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.lock text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.map text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.md text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.mdc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.mjs text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
*.mts text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
|
|
*.lockb binary diff=lockb
|
|
|
|
.vscode/launch.json linguist-generated
|
|
src/api/schema.d.ts linguist-generated
|
|
fixture.*.c linguist-generated
|
|
src/api/schema.js linguist-generated
|
|
*-fixture* linguist-generated
|
|
src/bun.js/bindings/ZigGeneratedCode.h linguist-generated
|
|
src/bun.js/bindings/ZigGeneratedCode.cpp linguist-generated
|
|
src/bun.js/bindings/headers.h linguist-generated
|
|
src/bun.js/bindings/headers.zig linguist-generated
|
|
|
|
packages/bun-uws/fuzzing/seed-corpus/**/* linguist-generated
|
|
|
|
src/bun.js/bindings/sqlite/sqlite3.c linguist-vendored
|
|
src/bun.js/bindings/sqlite/sqlite3_local.h linguist-vendored
|
|
src/bun.js/bindings/simdutf.cpp linguist-vendored
|
|
src/bun.js/bindings/simdutf.h linguist-vendored
|
|
|
|
docs/**/* linguist-documentation
|
|
|
|
# Don't count tests in the language stats - https://github.com/github-linguist/linguist/blob/master/docs/overrides.md
|
|
test/**/* linguist-documentation
|
|
bench/**/* linguist-documentation
|
|
examples/**/* linguist-documentation
|
|
|
|
vendor/*.c linguist-vendored
|
|
vendor/brotli/** linguist-vendored
|
|
|
|
test/js/node/test/fixtures linguist-vendored
|
|
test/js/node/test/common linguist-vendored
|
|
|
|
test/js/bun/css/files linguist-vendored
|
|
|
|
.vscode/*.json linguist-language=JSON-with-Comments
|
|
src/cli/init/tsconfig.default.json linguist-language=JSON-with-Comments |