From 0d3411aeb2321452fe803990ad1733102f6dcb18 Mon Sep 17 00:00:00 2001 From: Andreas Dahm Date: Thu, 16 Apr 2026 08:22:39 +0200 Subject: [PATCH] Updated about page --- .gitignore | 3 +++ CLAUDE.md | 2 +- GEMINI.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 30730ba..671ffc0 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,6 @@ Thumbs.db # Lighthouse .lighthouseci/ .claude/settings.local.json + +# claude +.claude/ diff --git a/CLAUDE.md b/CLAUDE.md index 4db92b0..ec6a29a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -77,7 +77,7 @@ ng build * **Language:** TypeScript * **Framework:** Angular -* **Styling:** SCSS (based on `styles.scss` and component-specific `.scss` files). +* **Styling:** Only use tailwind, as much as possible. If not possible use SCSS (based on `styles.scss` and component-specific `.scss` files). * **Linting:** ESLint is configured (see `eslint.config.js` and `package.json` scripts). * **Internationalization:** Uses `ngx-translate` with `en.json` and `de.json` asset files. diff --git a/GEMINI.md b/GEMINI.md index 5ef08da..a1a8750 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -65,7 +65,7 @@ To build and run the application using Docker locally: * **Language:** TypeScript * **Framework:** Angular -* **Styling:** SCSS (based on `styles.scss` and component-specific `.scss` files). +* **Styling:** Only use tailwind, as much as possible. If not possible use SCSS (based on `styles.scss` and component-specific `.scss` files). * **Linting:** ESLint is configured (see `eslint.config.js` and `package.json` scripts). * **Internationalization:** Uses `ngx-translate` with `en.json` and `de.json` asset files.