From 843ef087d734fdb628a3f8454b87c2f456b8136a Mon Sep 17 00:00:00 2001 From: 44r0n7 <44r0n7@users.noreply.git.44r0n.cc> Date: Sat, 18 Apr 2026 16:47:56 -0400 Subject: [PATCH] chore: remove testing notes file and ignore it --- .gitignore | 1 + testing-notes.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 testing-notes.txt diff --git a/.gitignore b/.gitignore index 5a9fe33..d0313dd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .DS_Store node-compile-cache/ phantomjs/ +testing-notes.txt diff --git a/testing-notes.txt b/testing-notes.txt deleted file mode 100644 index 7c6270f..0000000 --- a/testing-notes.txt +++ /dev/null @@ -1 +0,0 @@ -- for the api, you can use uuid or friendly name, but often a friendly name includes spaces... how do we handle that?