From c6a2a6039dc8ad381359b942ad3547f1e98991e9 Mon Sep 17 00:00:00 2001 From: Matthieu Pignolet Date: Fri, 9 May 2025 21:03:44 +0400 Subject: feat: move temp files into a "work" directory --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 91dcbcb..82cce76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -*.private -*.key -*.dns -dsset-* \ No newline at end of file +work/ +anchor* +root.signed.dns \ No newline at end of file -- cgit v1.2.3