diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-13 03:24:07 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-21 13:04:11 -0400 |
| commit | 5d1cb542617f3e9651f472eb21d11594fba397c0 (patch) | |
| tree | 8b7372ec46b373681f76588a711e82b68b98c353 /.gitignore | |
| parent | 3563638693fa2736fd86f4cae711a276b548050b (diff) | |
Add deno_third_party as git submodule.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index c15ce30e5..15b975b8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,9 @@ # build /out/ *.pyc - +gclient_config.py_entries # npm deps node_modules -# third party deps -/third_party/ - # RLS generated files -/target/
\ No newline at end of file +/target/ |
