summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-17 11:55:56 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-17 11:55:56 -0400
commit2e77b1b4b76aecf7b1db341fc61589f19b889bed (patch)
treeb420aa6f872a5f69a58b4d694ca1a357273b9686
parentaa625d2738f704bbee93e30759de443d53125f5b (diff)
response
-rw-r--r--doc/forum/How_to_add_dotfiles_in_direct_mode__63__/comment_1_d62d4b9ae5f1ec825fc58090689f7571._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/How_to_add_dotfiles_in_direct_mode__63__/comment_1_d62d4b9ae5f1ec825fc58090689f7571._comment b/doc/forum/How_to_add_dotfiles_in_direct_mode__63__/comment_1_d62d4b9ae5f1ec825fc58090689f7571._comment
new file mode 100644
index 000000000..b38fba228
--- /dev/null
+++ b/doc/forum/How_to_add_dotfiles_in_direct_mode__63__/comment_1_d62d4b9ae5f1ec825fc58090689f7571._comment
@@ -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>
+"""]]