.gitignore: add node_modules from prettier/pre-commit/whatever

This commit is contained in:
Aminda Suomalainen ⚧ 2024-01-03 15:48:39 +02:00
parent 366d6d2d63
commit be86f583a4
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -300,3 +300,6 @@ TSWLatexianTemp*
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
# Uncomment the next line to have this generated file ignored.
#*Notes.bib
# pre-commit or prettier or something
node_modules