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
+3 -1
View File
@@ -12,6 +12,7 @@ config/server.yaml
/package /package
.env .env
.vscode .vscode
.idea
.env.* .env.*
!.env.example !.env.example
vite.config.js.timestamp-* vite.config.js.timestamp-*
@@ -39,4 +40,5 @@ translation-report.json
# AI workflow docs (not version-controlled) # AI workflow docs (not version-controlled)
CONTEXT.md CONTEXT.md
docs/adr/ docs/adr/
docs/superpowers/ docs/superpowers/
.superpowers/