Add .gitignore (C#/Python) and enable Git LFS for zip, dll, exe, .weights
This commit is contained in:
commit
8dc8759b81
2 changed files with 69 additions and 0 deletions
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Git LFS: track large/binary files
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.dll filter=lfs diff=lfs merge=lfs -text
|
||||
*.exe filter=lfs diff=lfs merge=lfs -text
|
||||
*.weights filter=lfs diff=lfs merge=lfs -text
|
||||
Loading…
Add table
Add a link
Reference in a new issue