-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
24 lines (24 loc) · 762 Bytes
/
.gitattributes
File metadata and controls
24 lines (24 loc) · 762 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
*.pth filter=lfs diff=lfs merge=lfs -text
*.ipynb linguist-detectable=false
*.html linguist-detectable=false
# Exclude model files and binaries
*.pth linguist-vendored
*.h5 linguist-vendored
*.onnx linguist-vendored
# Exclude CMake / C++ auto-generated build files
CMakeLists.txt linguist-vendored
*.cmake linguist-vendored
*.cpp linguist-vendored
*.cc linguist-vendored
*.cxx linguist-vendored
*.c linguist-vendored
*.h linguist-vendored
# Exclude iOS/Swift auto-generated files
*.swift linguist-vendored
# Ensure our main languages are properly counted
*.dart linguist-detectable=true
*.ts linguist-detectable=true
*.tsx linguist-detectable=true
*.py linguist-detectable=true
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text