diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-03-25 14:21:24 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-03-25 14:21:24 -0300 |
commit | fc5d4d057b1e18e3e5c91bce1ddb545bc9d91db9 (patch) | |
tree | 98be0d171871a0fb553680d42be4f6056fc81827 /.gitignore | |
parent | fad524ed133af6f094357b94da54e616c7f943b6 (diff) |
data steps: port tests to tap instead of tape
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fd4f2b06..6f9fe6ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules .DS_Store +.nyc_output |