mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
0022c35a23
Towards #22525 --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Matt Mastracci <matthew@mastracci.com>
38 lines
583 B
Plaintext
38 lines
583 B
Plaintext
*.orig
|
|
*.pyc
|
|
*.swp
|
|
.env
|
|
|
|
/.cargo_home/
|
|
/.idea/
|
|
/.vs/
|
|
/.vscode/
|
|
gclient_config.py_entries
|
|
/target/
|
|
/std/hash/_wasm/target
|
|
/tests/wpt/runner/manifest.json
|
|
/third_party/
|
|
/tests/napi/node_modules
|
|
/tests/napi/build
|
|
/tests/napi/third_party_tests/node_modules
|
|
|
|
# MacOS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
|
|
# Flamegraphs
|
|
/flamebench*.svg
|
|
/flamegraph*.svg
|
|
|
|
# WPT generated cert files
|
|
/tests/wpt/runner/certs/index.txt*
|
|
/tests/wpt/runner/certs/serial*
|
|
|
|
/ext/websocket/autobahn/reports
|
|
|
|
# JUnit files produced by deno test --junit
|
|
junit.xml
|
|
|
|
# Jupyter files
|
|
.ipynb_checkpoints/
|
|
Untitled*.ipynb |