From 570b1295d42b4ebdd5ad666f96a987bb74e43c8f Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Mon, 15 Feb 2021 21:26:53 +0100 Subject: [PATCH] Ignore .js files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 58a1524..a57f62d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules/ f95cache/ .nyc_output/ .env -coverage.lcov \ No newline at end of file +coverage.lcov +**/*.js \ No newline at end of file