summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-08-12 14:48:29 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-08-12 16:09:38 +0200
commit13bc6a445facde68ca0dd1ed65b882ed10e850e2 (patch)
treeba3fee2f60cbd2698d07371a56ec2444a56919f3 /.gitignore
parent05785c0ebaa851b863f3899bc7522be4829c88b0 (diff)
gitignore: Add yarn.lock
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2dadec8..586971a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@
node_modules/
Gemfile.lock
package-lock.json
+yarn.lock
*.bundle
*.gem
*.log