From 28806f49ca47d460c7e1b087e4181876fb56f5d4 Mon Sep 17 00:00:00 2001 From: andrzej Date: Mon, 3 Jun 2024 13:02:01 +0200 Subject: [PATCH] ignore .mjs files its the easiest way to hide them from telescope (but I do want to sync databases) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b8ffe08..5bd61f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ package-lock.json +*.mjs