Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 202cba0

Browse files
Iason NikolasIason Nikolas
authored andcommitted
Remove git lfs for large files. So if you commit a 100MB file and then you modify it 100 time you get a 10GB repo size in the client PC, since you have to download the whole file history when you clone that repo by default.
1 parent 7a2d903 commit 202cba0

1 file changed

Lines changed: 1 addition & 30 deletions

File tree

.gitattributes

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,4 @@
55
* text=auto eol=lf
66
*.{cmd,[cC][mM][dD]} text eol=crlf
77
*.{bat,[bB][aA][tT]} text eol=crlf
8-
*.{vcxproj,vcxproj.filters} text eol=crlf
9-
10-
###############################
11-
# Git Large File System (LFS) #
12-
###############################
13-
14-
# Archives
15-
*.7z filter=lfs diff=lfs merge=lfs -text
16-
*.br filter=lfs diff=lfs merge=lfs -text
17-
*.gz filter=lfs diff=lfs merge=lfs -text
18-
*.tar filter=lfs diff=lfs merge=lfs -text
19-
*.zip filter=lfs diff=lfs merge=lfs -text
20-
21-
# Documents
22-
*.pdf filter=lfs diff=lfs merge=lfs -text
23-
24-
# Images
25-
*.gif filter=lfs diff=lfs merge=lfs -text
26-
*.ico filter=lfs diff=lfs merge=lfs -text
27-
*.jpg filter=lfs diff=lfs merge=lfs -text
28-
*.pdf filter=lfs diff=lfs merge=lfs -text
29-
*.png filter=lfs diff=lfs merge=lfs -text
30-
*.psd filter=lfs diff=lfs merge=lfs -text
31-
*.webp filter=lfs diff=lfs merge=lfs -text
32-
33-
# Fonts
34-
*.woff2 filter=lfs diff=lfs merge=lfs -text
35-
36-
# Other
37-
*.exe filter=lfs diff=lfs merge=lfs -text
8+
*.{vcxproj,vcxproj.filters} text eol=crlf

0 commit comments

Comments
 (0)