Files
bifrost/.gitattributes
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

13 lines
340 B
Plaintext

# Ensure shell scripts always use LF line endings
*.sh text eol=lf
# Ensure Docker entrypoint uses LF
docker-entrypoint.sh text eol=lf
# Default behavior for all other files
* text=auto
# Mark dummy credentials as generated to avoid security scanner false positives
tests/integrations/dummy-gcp-credentials.json linguist-generated=true