first commit
This commit is contained in:
12
.gitattributes
vendored
Normal file
12
.gitattributes
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user