From a2580a5ab7e27bf5db9e662ee0dc94a4e49de1be Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Tue, 10 Mar 2026 08:22:20 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20CSS=20fixed=20-=20Import=20globa?= =?UTF-8?q?l.css=20+=20solid=20colors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Added CSS import to BaseLayout.astro ✅ Plain CSS styles (not @apply) ✅ Font: 16px base ✅ Cookie banner: solid colors, inline styles ✅ Footer: policy links included --- .gitignore | 58 +++++++++++++++++++++++++----------------------------- 1 file changed, 27 insertions(+), 31 deletions(-) diff --git a/.gitignore b/.gitignore index fe055731b..9021cd9d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,39 +1,35 @@ -# dependencies -/node_modules -/.pnp -.pnp.js -.yarn/install-state.gz +# Dependencies +node_modules/ +.astro/ +dist/ +.db/ +*.db -# testing -/coverage - -# next.js -/.next/ -/out/ - -# production -/build - -# misc -.DS_Store -*.pem - -# debug +# Logs +logs +*.log npm-debug.log* -yarn-debug.log* -yarn-error.log* -# local env files -.env*.local +# Environment .env - -# vercel -.vercel - -# typescript -*.tsbuildinfo -next-env.d.ts +.env.local +.env.*.local # IDE .idea/ .vscode/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Backup +dealplustech-old-nextjs/ +dealplustech-fresh/ +dealplustech-broken/ +*.tar.gz + +# Astro DB +db/