1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 04:52:26 -05:00
denoland-deno/.gitignore
muthu90tech d69a1ce9b1 Use docker to build deno cli on a debian env
Instead of managing deps locally on the dev machine, use docker to manage build env for
a quick deno cli build from source

fixes: https://github.com/denoland/deno/issues/27648
2025-01-15 23:44:08 +00:00

39 lines
No EOL
594 B
Text

*.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
.buildtool
# 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