mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore: ignore /docs
folder (#4112)
This commit is contained in:
parent
8bf059a1bf
commit
7e9ee318c2
13
.gitignore
vendored
13
.gitignore
vendored
@ -3,12 +3,13 @@
|
||||
.vscode/settings.json
|
||||
.vim
|
||||
**/cov/
|
||||
/crypto/_wasm/target
|
||||
crypto/_wasm/target
|
||||
deno.lock
|
||||
/console/testdata/unicode_width_crate/target
|
||||
console/testdata/unicode_width_crate/target
|
||||
html_cov/
|
||||
cov.lcov
|
||||
/http/testdata/%25A.txt
|
||||
/http/testdata/file#2.txt
|
||||
/http/testdata/test file.txt
|
||||
/coverage/
|
||||
http/testdata/%25A.txt
|
||||
http/testdata/file#2.txt
|
||||
http/testdata/test file.txt
|
||||
coverage/
|
||||
docs/
|
@ -17,9 +17,10 @@ const EXCLUDED_PATHS = [
|
||||
"crypto/_wasm",
|
||||
"crypto/_fnv",
|
||||
"encoding/_yaml",
|
||||
"encoing/_toml",
|
||||
"encoding/_toml",
|
||||
"_tools",
|
||||
"_util",
|
||||
"docs",
|
||||
];
|
||||
|
||||
const ROOT = new URL("../", import.meta.url);
|
||||
|
Loading…
Reference in New Issue
Block a user