From a47a1e15a2c27bd190f4d24f6e9bb9080cc5c89f Mon Sep 17 00:00:00 2001 From: Nikita Date: Tue, 1 Sep 2026 10:48:49 +0300 Subject: [PATCH] chore: ignore .specs The folder holds throwaway planning notes for the branch in progress. Without the line it turns up untracked in every status. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9e406a5..0fc3791 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules *.tgz +.specs/