4 lines
247 B
Text
4 lines
247 B
Text
# Archive tarballs go through Git LFS so the working tree stays light
|
|
# while still keeping the prior versions inside the monolith repo.
|
|
.archive/*.tar.zst filter=lfs diff=lfs merge=lfs -text
|
|
.archive/*.tar.gz filter=lfs diff=lfs merge=lfs -text
|