diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-08-12 14:48:29 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-08-12 16:09:38 +0200 |
commit | 13bc6a445facde68ca0dd1ed65b882ed10e850e2 (patch) | |
tree | ba3fee2f60cbd2698d07371a56ec2444a56919f3 | |
parent | 05785c0ebaa851b863f3899bc7522be4829c88b0 (diff) |
gitignore: Add yarn.lock
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ node_modules/ Gemfile.lock package-lock.json +yarn.lock *.bundle *.gem *.log |