mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
740b47db6c
Fixes #342.
15 lines
213 B
Text
15 lines
213 B
Text
# build
|
|
/out/
|
|
|
|
# npm deps
|
|
node_modules
|
|
|
|
# git deps
|
|
/third_party/v8/
|
|
/third_party/cpplint/
|
|
/third_party/zlib/
|
|
/third_party/rust_crates/libc/
|
|
/third_party/flatbuffers/
|
|
|
|
# gclient files
|
|
/third_party/.gclient_entries
|