chore: ignore node_modules (produced by a pre-commit check) (#4184)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner 2024-01-27 23:24:36 -05:00 committed by GitHub
parent 8bf04549ff
commit 79fc1158a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored
View File

@ -25,3 +25,4 @@ src/_black_version.py
.hypothesis/
venv/
.ipynb_checkpoints/
node_modules/