diff --git a/.gitignore b/.gitignore index a484ab2..fa65296 100644 --- a/.gitignore +++ b/.gitignore @@ -81,4 +81,7 @@ supabase/.temp/ .history/ # Source images (originals before optimization) -source-images/ \ No newline at end of file +source-images/ + +# Auto Claude data directory +.auto-claude/ diff --git a/src/components/sections/Skills.tsx b/src/components/sections/Skills.tsx index 3320a95..549a244 100644 --- a/src/components/sections/Skills.tsx +++ b/src/components/sections/Skills.tsx @@ -20,7 +20,7 @@ const Skeleton: React.FC = ({ className }) => ( ); const SkillsSkeleton = () => ( -
+