diff --git a/.gitignore b/.gitignore index b3cd633..9323a25 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ next-env.d.ts # OS .DS_Store Thumbs.db + +# Claude agent tooling / skill cache (not project source) +.claude/ diff --git a/package.json b/package.json index 02ff391..1c7274b 100644 --- a/package.json +++ b/package.json @@ -30,4 +30,6 @@ }, "allowScripts": { "better-sqlite3@12.11.1": true, - "sha \ No newline at end of file + "sharp@0.34.5": true + } +}