mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00:00
35 lines
552 B
Text
35 lines
552 B
Text
*.orig
|
|
*.pyc
|
|
*.swp
|
|
|
|
/.cargo_home/
|
|
/.idea/
|
|
/.vscode/
|
|
gclient_config.py_entries
|
|
/gh-pages/
|
|
/target/
|
|
/std/hash/_wasm/target
|
|
/tools/wpt/manifest.json
|
|
|
|
# Files that help ensure VSCode can work but we don't want checked into the
|
|
# repo
|
|
/node_modules
|
|
/tsconfig.json
|
|
|
|
# compiled wasm files
|
|
std/wasi/testdata/snapshot_preview1/
|
|
|
|
# generated v8 coverage files
|
|
cli/tests/.test_coverage/
|
|
|
|
# MacOS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
|
|
# Flamegraphs
|
|
/flamebench*.svg
|
|
/flamegraph*.svg
|
|
|
|
# WPT generated cert files
|
|
/tools/wpt/certs/index.txt*
|
|
/tools/wpt/certs/serial*
|