chore: .prettierignore fuer Fixtures, Docs und Templates
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 31s
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 31s
npm run format hat zuletzt 18k Zeilen HTML-Fixture und alle Markdown-Plaene angefasst. Ignore-Liste deckt jetzt ab: - tests/fixtures (byte-exakte HTML-Captures fuer Parser-Tests) - *.md (hand-aligned Tabellen, historische Plan-Artefakte) - searxng/settings.yml (Template mit VAR-Platzhaltern) - data/, build/, .svelte-kit, node_modules, Lockfile Damit bleibt npm run format auf Code beschraenkt.
This commit is contained in:
24
.prettierignore
Normal file
24
.prettierignore
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Generierte / Build-Artefakte
|
||||||
|
node_modules
|
||||||
|
.svelte-kit
|
||||||
|
build
|
||||||
|
coverage
|
||||||
|
.vite
|
||||||
|
|
||||||
|
# Lockfiles
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
|
# Lokale Laufzeit-Daten
|
||||||
|
data
|
||||||
|
|
||||||
|
# Test-Fixtures: rohe HTML-Captures muessen byte-exakt bleiben,
|
||||||
|
# sonst schlaegt die JSON-LD-Extraktion im Parser-Test anders an.
|
||||||
|
tests/fixtures
|
||||||
|
|
||||||
|
# Markdown: Tabellen sind hand-aligned, Code-Bloecke in historischen
|
||||||
|
# Plaenen sollen nicht nachtraeglich umgebrochen werden.
|
||||||
|
*.md
|
||||||
|
|
||||||
|
# SearXNG-Config ist ein Template mit ${VAR}-Platzhaltern, die der
|
||||||
|
# Init-Container expandiert.
|
||||||
|
searxng/settings.yml
|
||||||
Reference in New Issue
Block a user