diff options
author | Javan Makhmali <javan@javan.us> | 2018-12-02 14:47:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-02 14:47:36 -0500 |
commit | 730ead9b094c5d639b2463ef82de4a4f6b1ff1e9 (patch) | |
tree | b3db8b3e9236e7db3bce991027055ccb5d0dac6c /.gitignore | |
parent | aa1ba9cb244b1e03d36aaa941ae4e91c6713b77e (diff) | |
parent | fb0c81d3497906defe8235d62f76518b639a078e (diff) | |
download | rails-730ead9b094c5d639b2463ef82de4a4f6b1ff1e9.tar.gz rails-730ead9b094c5d639b2463ef82de4a4f6b1ff1e9.tar.bz2 rails-730ead9b094c5d639b2463ef82de4a4f6b1ff1e9.zip |
Merge pull request #34588 from rmacklin/fix-yarn-lockfiles
Remove obsolete yarn.lock files and check in root yarn.lock file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 35440cb54f..e127852627 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,3 @@ package-lock.json pkg/ /tmp/ /yarn-error.log -/yarn.lock |