diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-07 11:02:01 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-08 10:08:18 -0700 |
| commit | 942b3090e7963e0b6e198890362aa911ee940eee (patch) | |
| tree | fc355cc8ce48d19bba4a62787a9954055e14bdac /.gitignore | |
| parent | 817380a2d9e42b118706638fe59c592f4bba06ef (diff) | |
Remove yarn.lock
Fixes #393.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 751206c75..2ebbb4eac 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.pyc gclient_config.py_entries Cargo.lock +yarn.lock # npm deps node_modules |
