diff options
| author | Tristan Marion <trismarion@gmail.com> | 2018-06-22 15:30:35 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-22 15:30:35 +0200 |
| commit | 3b595253a2e9f8badc416f85d0b09bf48f344634 (patch) | |
| tree | 85939e43b504cf0ff78f69a1912209e90b67ffe5 /src/.gitignore | |
| parent | 86354a29a40fb97e334f951428239ab8e171e2dd (diff) | |
Move `deno2` folder to `src` (#277)
Diffstat (limited to 'src/.gitignore')
| -rw-r--r-- | src/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 000000000..5b720fd15 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,9 @@ +out/ +js/.cache/ +js/node_modules/ +v8/ +tools/protoc_wrapper/ +third_party/protobuf/ +third_party/zlib/ +third_party/rust_crates/libc/ +.gclient_entries |
