From d95c72ffdada9f99d84cd691dc3957602b9fa749 Mon Sep 17 00:00:00 2001 From: Brandon Fulljames Date: Sat, 27 Jan 2024 19:45:46 +0900 Subject: [PATCH] Add sandbox area to play around in --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9c1a452..e1ae144 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ node_modules # Local env vars .envrc /.direnv + +# Playing around with things +/sandbox