diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-09-30 09:36:53 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-09-30 09:36:53 -0300 |
commit | 34f2bb0a4b0e18a2495892627740484f41b60165 (patch) | |
tree | 0087bc514432b62dabc16d271991e3c421d0fb01 /.gitignore | |
parent | 6eaa070e5c036ba8cd45f79c16dc2732b40ea480 (diff) | |
parent | b6dad614959a64f742fe6471b622d3fcc784b725 (diff) |
Merge branch 'tap18' into track-data-cleanup
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 |