From 669d3d5ff8b084c8eb2f607c975b4413b598f5a7 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Mon, 17 Nov 2025 13:50:59 -0800 Subject: [PATCH] this work? --- .gitattributes | 2 -- .gitignore | 4 +++- .vscode/settings.json | 3 --- 3 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 .gitattributes delete mode 100644 .vscode/settings.json diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index dfe0770..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto diff --git a/.gitignore b/.gitignore index ba79468..94cbf0f 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,6 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json .idea # Finder (MacOS) folder config -.DS_Store \ No newline at end of file +.DS_Store + +.claude \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 25fa621..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "typescript.tsdk": "node_modules/typescript/lib" -} -- 2.50.1