diff options
author | Anders D. Johnson <anders.d.johnson.developer@gmail.com> | 2017-02-09 00:13:21 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-09 00:13:21 -0600 |
commit | 978d926dfd1319cd4bd955c803463bb5795a1639 (patch) | |
tree | 73cc4594d2f9c7ebb9bf9791e76d932c28ad24bc /Node.gitignore | |
parent | 9ef1596ac14f77ddd79a74e3f621ee117022e107 (diff) | |
download | gitignore-978d926dfd1319cd4bd955c803463bb5795a1639.tar.gz gitignore-978d926dfd1319cd4bd955c803463bb5795a1639.zip |
fix(Node): ignore yarn logs
This adds ignores for the `yarn-debug.log*` and `yarn-error.log*` files sometimes produced by the [Yarn package manager](https://yarnpkg.com).
Diffstat (limited to 'Node.gitignore')
-rw-r--r-- | Node.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Node.gitignore b/Node.gitignore index 38ac77e4..00cbbdf5 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -2,6 +2,8 @@ logs *.log npm-debug.log* +yarn-debug.log* +yarn-error.log* # Runtime data pids |