mirror of
https://github.com/YaLTeR/niri.git
synced 2025-10-05 16:12:47 +02:00
13 lines
395 B
Plaintext
13 lines
395 B
Plaintext
# LFS configuration for images from the wiki
|
|
*.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
# Exclude LFS-tracked files from the tarball
|
|
/docs/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'
|