Added a comment

This commit is contained in:
codelix 2020-05-21 18:00:58 +00:00 committed by admin
parent 9ae7eb023f
commit 0f3dba8be8

View file

@ -0,0 +1,20 @@
[[!comment format=mdwn
username="codelix"
avatar="http://cdn.libravatar.org/avatar/667ff4d0387694f28236639bab0faf2c"
subject="comment 38"
date="2020-05-21T18:00:57Z"
content="""
Actually, even better it could be something like this
~~~
cat .gitannexinclude
+ *.ogg
+ *.mp3
+ > 100MB
- .*
- < 3MB
~~~
Any statement lower down overrides a statement higher up. Any file that does not match any of these patterns is automatically added to git. This will let us deprecate options like `largefiles` which are a source of lot of confusion for at least me.
"""]]