Files
xiaoxia-saas/.gitattributes
T
Xiaoxia AI ea97816d98
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 26s
Deploy / Deploy Staging (push) Successful in 1m41s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 24s
Tests / test (pull_request) Failing after 1m1s
Tests / lint (pull_request) Failing after 1m0s
merge: sync main into develop for release PR
2026-06-25 09:34:44 +08:00

33 lines
529 B
Plaintext

# Normalize text files automatically
* text=auto
# Source files use LF
*.py text eol=lf
*.js text eol=lf
*.jsx text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.md text eol=lf
*.sh text eol=lf
infra/docker/*.sh text eol=lf
scripts/*.sh text eol=lf
# Windows scripts use CRLF
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary