This commit is contained in:
Joey Hess 2017-08-17 11:55:56 -04:00
parent 04de2ede83
commit 537dff4958
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2017-08-17T15:52:29Z"
content="""
The best way is to make your .gitattributes file configure annex.largefiles
to not match the files or file extensions that you want to not be annexed.
(Including the .gitattributes file itself.)
There are also ways to temporarily override annex.largefiles if you want to
add a single file to git. Although this can be messy to need to remember if
you later modify that file and are adding it again. Configuring
annex.largefiles is better.
See <https://git-annex.branchable.com/tips/largefiles>
"""]]