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/
|
2023-03-08 12:22:08 -05:00
|
|
|
/.vs/
|
2019-09-19 03:32:48 +02:00
|
|
|
/.vscode/
|
2019-10-31 22:33:27 -04:00
|
|
|
gclient_config.py_entries
|
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-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*
|
2023-05-01 18:07:32 +05:30
|
|
|
|
|
|
|
/ext/websocket/autobahn/reports
|
2023-07-26 16:12:35 -06:00
|
|
|
|
|
|
|
# JUnit files produced by deno test --junit
|
|
|
|
junit.xml
|