forked from screenpipe/screenpipe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
25 lines (25 loc) · 866 Bytes
/
.gitattributes
File metadata and controls
25 lines (25 loc) · 866 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
# Set Rust as primary
*.rs linguist-detectable=true
*.rs linguist-language=Rust
# Set TypeScript as secondary but still detected
*.ts linguist-detectable=true
*.ts linguist-language=TypeScript
# Ignore build outputs and vendored code
dist/* linguist-vendored
target/* linguist-vendored
node_modules/* linguist-vendored
# Ignore documentation
*.md linguist-documentation
*.txt linguist-documentation
# Ignore configuration files
*.toml linguist-detectable=false
*.json linguist-detectable=false
*.yaml linguist-detectable=false
*.yml linguist-detectable=false
*.onnx filter=lfs diff=lfs merge=lfs -text
*.wav filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.safetensors filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.tar.gz filter=lfs diff=lfs merge=lfs -text