summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-10-12 11:04:56 +0200
committerSamy Pesse <samypesse@gmail.com>2016-10-12 11:04:56 +0200
commitb7c245d75adfd21264c74316dd7480ddd2f23dfe (patch)
tree488e874536c4170b8e73bd8a242befd60391c32d
parent5fed4e1cedd47e97422596cb1eb62ac3146c6aff (diff)
downloadgitbook-b7c245d75adfd21264c74316dd7480ddd2f23dfe.zip
gitbook-b7c245d75adfd21264c74316dd7480ddd2f23dfe.tar.gz
gitbook-b7c245d75adfd21264c74316dd7480ddd2f23dfe.tar.bz2
Add yarn.lock to .gitignore
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 922a5ce..eb6dba3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,9 @@ build/Release
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules
+# yarn
+yarn.lock
+
# vim swapfile
*.swp