chore: enforce LF line endings via .gitattributes, ignore .idea and .superpowers

Shell scripts checked out with CRLF on Windows (core.autocrlf=true) broke
the Docker entrypoint at container start. Force LF for all text files at
the git layer, matching the existing .editorconfig and Prettier settings.
This commit is contained in:
Florian Kostenzer
2026-07-13 20:51:00 +02:00
parent e5b745ebbe
commit 060d8d9c70
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
* text=auto eol=lf
+2
View File
@@ -12,6 +12,7 @@ config/server.yaml
/package
.env
.vscode
.idea
.env.*
!.env.example
vite.config.js.timestamp-*
@@ -40,3 +41,4 @@ translation-report.json
CONTEXT.md
docs/adr/
docs/superpowers/
.superpowers/