From 0b894836f52c5044e56659f2fe30550a81096bb4 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Mon, 19 Jun 2023 21:38:41 -0600 Subject: [PATCH] .gitignore: Ignore node_modules and corrected old entries. for var.js and certificates/private keys. --- .gitignore | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b585ffa..ccbe66b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,9 @@ *.DS_STORE .idea bin/ -var.js -star.pem -cert.pem -key.pem \ No newline at end of file +/htdocs/var.js +/star.pem +/cert.pem +/key.pem +/star.key +/node_modules/