diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-09-30 09:25:27 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-09-30 09:33:21 -0300 |
commit | b6dad614959a64f742fe6471b622d3fcc784b725 (patch) | |
tree | 8e257fa5d666fd647754530b03bd35443fb9688f /.gitignore | |
parent | 8ed9240b56d61be97a5cc1da7c9fcb179bb58a93 (diff) |
update to node-tap 18.4.0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 6f9fe6ba..a9dda76a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -node_modules +/node_modules +/.tap .DS_Store -.nyc_output |