licenses/** linguist-generated

# Chat UI bundles are built by the separate eddi-chat-ui repo and committed here
# so the backend ships a matching widget. Reviewing minified output line by line
# is meaningless -- review the source in eddi-chat-ui instead.
src/main/resources/META-INF/resources/scripts/js/chat-ui.*.js linguist-generated
src/main/resources/META-INF/resources/scripts/css/chat-ui.*.css linguist-generated
src/main/resources/META-INF/resources/assets/** linguist-generated

# Install scripts -- enforce correct line endings per platform
*.sh text eol=lf
*.ps1 text eol=crlf

# Git hooks have no extension, so *.sh above does not reach them. They are LF in
# the repo today only by luck: a CRLF hook is not merely untidy, it fails to
# execute on Linux and macOS ("bad interpreter"), which would silently disarm the
# force-push guard for everyone who activated it.
.githooks/** text eol=lf
