-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitattributes
More file actions
34 lines (29 loc) · 958 Bytes
/
.gitattributes
File metadata and controls
34 lines (29 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Set default behavior to automatically normalize line endings
* text=auto
# TypeScript/JavaScript
*.ts linguist-language=TypeScript
*.tsx linguist-language=TypeScript
*.js linguist-language=JavaScript
*.jsx linguist-language=JavaScript
*.mjs linguist-language=JavaScript
*.cjs linguist-language=JavaScript
# Vendored files (excluded from language statistics)
pnpm-lock.yaml linguist-vendored
bun.lock linguist-vendored
*.min.js linguist-vendored
*.min.css linguist-vendored
dist/** linguist-vendored
storybook-static/** linguist-vendored
**/__snapshots__/** linguist-vendored
bdd/reports/** linguist-vendored
# Development and testing files (excluded)
*.stories.tsx linguist-vendored
*.test.ts linguist-vendored
*.test.tsx linguist-vendored
*.spec.ts linguist-vendored
*.spec.tsx linguist-vendored
*.feature linguist-vendored
# HTML files (all build artifacts and entry points)
*.html linguist-vendored
# Documentation
*.md linguist-documentation=true