From a40a48e2c1e795fee1b37372728e93752ea56981 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Sat, 23 Nov 2024 17:48:06 +0000 Subject: [PATCH] server(theme): add installs.json to gitignore --- servers/themes/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/servers/themes/.gitignore b/servers/themes/.gitignore index 320602de0..d5af8f2e2 100644 --- a/servers/themes/.gitignore +++ b/servers/themes/.gitignore @@ -1,3 +1,4 @@ node_modules/ themes-metadata.json -notesnook-themes \ No newline at end of file +notesnook-themes +installs.json