mirror of
https://github.com/YaLTeR/niri.git
synced 2025-07-07 20:15:00 +00:00
Stop including broken LFS files in source tarball
This commit is contained in:
parent
3b864dc104
commit
d8265ad34e
1 changed files with 11 additions and 0 deletions
11
.gitattributes
vendored
11
.gitattributes
vendored
|
@ -1 +1,12 @@
|
||||||
|
# LFS configuration for images from the wiki
|
||||||
*.png filter=lfs diff=lfs merge=lfs -text
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
# Exclude LFS-tracked files from the tarball
|
||||||
|
/wiki/img/ export-ignore
|
||||||
|
|
||||||
|
# exclude .gitattributes itself from the tarball
|
||||||
|
.gitattributes export-ignore
|
||||||
|
|
||||||
|
# tip: can be tested using
|
||||||
|
# git archive --format=tar.gz --output=source.tar.gz HEAD && \
|
||||||
|
# tar tfvz source.tar.gz | grep -e '.png' -e '.gitattributes'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue