diff options
| author | robbym <robbymadruga@gmail.com> | 2018-07-18 17:00:53 -0700 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-18 20:00:53 -0400 |
| commit | d93bd4b127c39e2f0e8d2ec3bbec3f7c118890f4 (patch) | |
| tree | 255c5de8aefa80b4108ef534476a2e10bdd166c4 /.gitignore | |
| parent | 3dde880c328c2bf51334f014fdaf772cfed7e8ea (diff) | |
Use Cargo to install rust deps into //third_party/rust_crates (#383)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b8e0ab33c..c15ce30e5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ node_modules # third party deps /third_party/ + +# RLS generated files +/target/
\ No newline at end of file |
