From e45c1694af34bfb4b3b90606134bdba7e73fefea Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 21 Jan 2026 08:23:44 -0800 Subject: [PATCH] [git] Move gitconfig and gitignore to git/ --- gitconfig => git/config | 0 gitignore => git/ignore | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename gitconfig => git/config (100%) rename gitignore => git/ignore (100%) diff --git a/gitconfig b/git/config similarity index 100% rename from gitconfig rename to git/config diff --git a/gitignore b/git/ignore similarity index 100% rename from gitignore rename to git/ignore