2019-09-19 03:32:48 +02:00
|
|
|
*.orig
|
|
|
|
*.pyc
|
2018-11-27 17:21:05 -05:00
|
|
|
*.swp
|
2022-06-28 17:51:05 +05:30
|
|
|
.env
|
2019-09-19 03:32:48 +02:00
|
|
|
|
2020-03-23 20:28:18 +01:00
|
|
|
/.cargo_home/
|
2019-09-19 03:32:48 +02:00
|
|
|
/.idea/
|
|
|
|
/.vscode/
|
2019-10-31 22:33:27 -04:00
|
|
|
gclient_config.py_entries
|
2019-09-19 03:32:48 +02:00
|
|
|
/gh-pages/
|
2018-10-31 11:11:10 -07:00
|
|
|
/target/
|
2020-09-22 23:03:11 +02:00
|
|
|
/std/hash/_wasm/target
|
2021-01-27 15:06:18 +01:00
|
|
|
/tools/wpt/manifest.json
|
2022-10-05 07:06:44 -07:00
|
|
|
/test_napi/node_modules
|
|
|
|
/test_napi/build
|
|
|
|
/test_napi/third_party_tests/node_modules
|
2019-10-31 22:33:27 -04:00
|
|
|
|
2019-11-14 10:52:01 +11:00
|
|
|
# Files that help ensure VSCode can work but we don't want checked into the
|
|
|
|
# repo
|
|
|
|
/node_modules
|
|
|
|
/tsconfig.json
|
|
|
|
|
2020-06-24 21:27:31 +08:00
|
|
|
# compiled wasm files
|
|
|
|
std/wasi/testdata/snapshot_preview1/
|
|
|
|
|
2020-12-23 02:01:29 +08:00
|
|
|
# generated v8 coverage files
|
|
|
|
cli/tests/.test_coverage/
|
|
|
|
|
2019-12-02 10:00:55 +01:00
|
|
|
# MacOS generated files
|
|
|
|
.DS_Store
|
|
|
|
.DS_Store?
|
2021-04-26 16:41:53 +02:00
|
|
|
|
|
|
|
# Flamegraphs
|
|
|
|
/flamebench*.svg
|
|
|
|
/flamegraph*.svg
|
2021-06-14 20:57:02 +02:00
|
|
|
|
|
|
|
# WPT generated cert files
|
|
|
|
/tools/wpt/certs/index.txt*
|
|
|
|
/tools/wpt/certs/serial*
|