Files
t8y2--dbx/.gitattributes
2026-07-13 13:09:14 +08:00

14 lines
575 B
Plaintext

# Keep formatter-sensitive source files consistent across platforms.
apps/desktop/src/**/*.ts text eol=lf
apps/desktop/src/**/*.vue text eol=lf
# Keep tests available for review and CI without counting them as shipped code
# in GitHub's repository language breakdown.
packages/app-tests/** linguist-vendored
apps/desktop/src/**/__tests__/** linguist-vendored
apps/desktop/src/**/*.spec.ts linguist-vendored
apps/desktop/src/**/*.test.ts linguist-vendored
packages/**/tests/** linguist-vendored
packages/**/*.spec.ts linguist-vendored
packages/**/*.test.ts linguist-vendored