summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8be7f979d1b691de1b7eb8af6abc61dcf85fc0d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
*.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