From 55d1a7c80b1c73196c933c85eeb4b9d9dc76db63 Mon Sep 17 00:00:00 2001 From: Johannes Keyser <johannes.keyser@sport.uni-giessen.de> Date: Mon, 1 Mar 2021 15:07:14 +0100 Subject: [PATCH] fix example with CSV exclusion pattern --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dd629c..99abd34 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ After your editing, `.gitattributes` should contain these 2 lines: ``` *.csv filter=lfs diff=lfs merge=lfs -text -b.dat !filter !diff !merge text +some-directory/my-particular-file.csv !filter !diff !merge text ``` *Note: The file `.gitattributes` is just a text file, so you can edit it with any text editor. -- GitLab