diff options
author | Sam Potts <sam@potts.es> | 2018-07-02 08:53:32 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-02 08:53:32 +1000 |
commit | bf51ce44144d9b1df3d2ac0bc910d2ae9937d04b (patch) | |
tree | 819be79c26612c01859f55cead98419e975862d1 | |
parent | 566c05983233f935b2d537b4f9f682e464aab27c (diff) | |
parent | 93c890603d3e1a0cad9fb24badf0209ef4aa8837 (diff) | |
download | plyr-bf51ce44144d9b1df3d2ac0bc910d2ae9937d04b.tar.lz plyr-bf51ce44144d9b1df3d2ac0bc910d2ae9937d04b.tar.xz plyr-bf51ce44144d9b1df3d2ac0bc910d2ae9937d04b.zip |
Merge pull request #1082 from friday/yarn-error.log
Gitignore yarn-error.log
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ aws.json !dist/blank.mp4 index-*.html npm-debug.log -*.webm +yarn-error.log package-lock.json +*.webm .idea/
\ No newline at end of file |