diff --git a/.gitignore b/.gitignore index 5ef6a52..fbe2f4b 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,16 @@ yarn-error.log* # env files (can opt-in for committing if needed) .env* +# ignore build/dist and generated assets +/dist/ +/public/img/generated/ +public/img/fusion.jpg +public/img/gourmet.jpg +public/img/sushi.jpg + +# image generation cache +scripts/image-cache.json + # vercel .vercel diff --git a/public/img/fusion.jpg b/public/img/fusion.jpg deleted file mode 100644 index 34497f3..0000000 Binary files a/public/img/fusion.jpg and /dev/null differ diff --git a/public/img/gourmet.jpg b/public/img/gourmet.jpg deleted file mode 100644 index b852a1d..0000000 Binary files a/public/img/gourmet.jpg and /dev/null differ diff --git a/public/img/sushi.jpg b/public/img/sushi.jpg deleted file mode 100644 index ab3d413..0000000 Binary files a/public/img/sushi.jpg and /dev/null differ diff --git a/scripts/image-cache.json b/scripts/image-cache.json deleted file mode 100644 index 5aa2461..0000000 --- a/scripts/image-cache.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "84d2dafd3423262638462d1699aa8afa": { - "name": "klassisk", - "timestamp": "2025-10-29T08:29:59.390Z" - }, - "b681112823428f6e2c0203e7c9882126": { - "name": "veg", - "timestamp": "2025-10-29T08:30:23.376Z" - }, - "f4e5d6174b4ef5b828200bb7b3317679": { - "name": "grill", - "timestamp": "2025-10-29T08:30:43.291Z" - }, - "af367c130586f311d0fb5b6792ae805c": { - "name": "nordisk", - "timestamp": "2025-10-29T08:31:01.142Z" - }, - "4cde815a2be30ede2b82392de3b70d05": { - "name": "tapas", - "timestamp": "2025-10-29T08:34:38.360Z" - }, - "d607637731b025d42727839d8a10d352": { - "name": "brunch", - "timestamp": "2025-10-29T08:34:55.023Z" - }, - "376323a7b1ad4e66d42736670827b422": { - "name": "italiensk", - "timestamp": "2025-10-29T08:35:19.481Z" - }, - "37f9851d91ca6c16cb95ec066808d4cf": { - "name": "gourmet", - "timestamp": "2025-10-29T08:35:37.504Z" - }, - "fcea12be02ead621c8700727d69d3669": { - "name": "fransk", - "timestamp": "2025-10-29T08:36:06.895Z" - }, - "0c5c2d79faa3b8b7b5821728768a3177": { - "name": "jul", - "timestamp": "2025-10-29T08:36:32.884Z" - }, - "d5c1624e2dd9efeaa93a3a769e6550de": { - "name": "sushi", - "timestamp": "2025-10-29T09:08:34.589Z" - }, - "c65bb5f37b939b00b1cc68ebabf4142b": { - "name": "fusion", - "timestamp": "2025-10-29T09:08:54.036Z" - } -} \ No newline at end of file