mirror of
https://github.com/rajnandan1/kener.git
synced 2026-08-07 07:14:56 +00:00
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:
@@ -0,0 +1 @@
|
|||||||
|
* text=auto eol=lf
|
||||||
+3
-1
@@ -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/
|
||||||
Reference in New Issue
Block a user