.gitignore: add node_modules from prettier/pre-commit/whatever
This commit is contained in:
parent
366d6d2d63
commit
be86f583a4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue