Added a comment
This commit is contained in:
parent
9ae7eb023f
commit
0f3dba8be8
1 changed files with 20 additions and 0 deletions
|
@ -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.
|
||||
"""]]
|
Loading…
Reference in a new issue