From 7d642a844139774ed69cbd2a83ff8c6c3052f01d Mon Sep 17 00:00:00 2001 From: "Drew C." Date: Sun, 1 Mar 2026 16:36:24 -0600 Subject: [PATCH] Ignore .claude --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b92f67a..d34e204 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ x64/ powrprof/ .vscode/ .vs/ +.claude/ *.vcxproj.filters *.vcxproj.user @@ -46,4 +47,4 @@ powrprof/ *.app # debug information files -*.dwo +*.dwo \ No newline at end of file