Skip to content

Commit 1df4fd1

Browse files
authored
feat(git-lfs): file locks
1 parent 6be9b6e commit 1df4fd1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/config/gitattributes.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ hooks/* text eol=lf
8686
8787
# Git LFS
8888
89+
# File Locks
90+
# https://github.com/git-lfs/git-lfs/wiki/File-Locking#tracking-lockable-files
91+
# git lfs track "*.lsif" --lockable
92+
*.lsif filter=lfs diff=lfs merge=lfs -text lockable
93+
94+
8995
## 3D Files
9096
9197
*.cs diff=csharp text

0 commit comments

Comments
 (0)