deno/.gitignore

28 lines
422 B
Plaintext
Raw Normal View History

*.orig
*.pyc
2018-11-27 23:21:05 +01:00
*.swp
/.cargo_home/
/.idea/
/.vscode/
gclient_config.py_entries
/gh-pages/
/target/
2020-09-22 23:03:11 +02:00
/std/hash/_wasm/target
/tools/wpt/manifest.json
# Files that help ensure VSCode can work but we don't want checked into the
# repo
/node_modules
/tsconfig.json
# compiled wasm files
std/wasi/testdata/snapshot_preview1/
# generated v8 coverage files
cli/tests/.test_coverage/
2019-12-02 10:00:55 +01:00
# MacOS generated files
.DS_Store
.DS_Store?