~rexgarland/gigman

4262aa99df198338f281355b3b236ad3211c7c54 — Rex Garland 1 year, 14 days ago 2adc13c main
Add deno
1 files changed, 38 insertions(+), 0 deletions(-)

A src/gigman/data/Deno.gitignore
A src/gigman/data/Deno.gitignore => src/gigman/data/Deno.gitignore +38 -0
@@ 0,0 1,38 @@
*.orig
*.pyc
*.swp
.env

/.cargo_home/
/.idea/
/.vs/
/.vscode/
gclient_config.py_entries
/target/
/std/hash/_wasm/target
/tools/wpt/manifest.json
/third_party/
/test_napi/node_modules
/test_napi/build
/test_napi/third_party_tests/node_modules

# MacOS generated files
.DS_Store
.DS_Store?

# Flamegraphs
/flamebench*.svg
/flamegraph*.svg

# WPT generated cert files
/tools/wpt/certs/index.txt*
/tools/wpt/certs/serial*

/ext/websocket/autobahn/reports

# JUnit files produced by deno test --junit
junit.xml

# Jupyter files
.ipynb_checkpoints/
Untitled*.ipynb
\ No newline at end of file