From be86f583a4e89d90cc28c38f3d22db21ccc7405e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 3 Jan 2024 15:48:39 +0200 Subject: [PATCH] .gitignore: add node_modules from prettier/pre-commit/whatever --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4278669..0de30c5 100644 --- a/.gitignore +++ b/.gitignore @@ -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