diff options
author | Craig Morris <craig.michael.morris@gmail.com> | 2016-10-12 14:07:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-12 14:07:57 +0100 |
commit | 11c20eb3ba402f1dfc359b070e1d2ea4e72ed74a (patch) | |
tree | 6cac6302721902c1d468f966d4689153eaecadcb /Node.gitignore | |
parent | abad92dac5a4306f72242dae3bca6e277bce3615 (diff) | |
download | gitignore-11c20eb3ba402f1dfc359b070e1d2ea4e72ed74a.tar.gz gitignore-11c20eb3ba402f1dfc359b070e1d2ea4e72ed74a.zip |
Add yarn ignored file
Diffstat (limited to 'Node.gitignore')
-rw-r--r-- | Node.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Node.gitignore b/Node.gitignore index bc7fc557..9a439fcd 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -42,3 +42,7 @@ jspm_packages # Output of 'npm pack' *.tgz + +# Yarn Integrity file +.yarn-integrity + |