-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
24 lines (22 loc) · 898 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*.gitattributes text
*.html text diff=html
*.json text
*.js text diff=javascript
*.lock text -diff linguist-generated
*.md text diff=markdown
*.mjs text diff=javascript
*.rs text diff=rust
*.svg text diff=svg
*.toml text diff=toml
*.ts text diff=typescript
*.tsx text diff=react
.gitignore text
src/components/ui/**.* text -diff linguist-generated
src-tauri/.env.example text
src-tauri/gen/**/* text -diff linguist-generated
src-tauri/permissions/autogenerated/**/* text -diff linguist-generated
tsconfig.json linguist-language=JSON-with-Comments
*.ico binary
*.icns binary
*.lockb binary
*.png binary