Skip to content
Snippets Groups Projects
Commit 55d1a7c8 authored by Johannes Keyser's avatar Johannes Keyser
Browse files

fix example with CSV exclusion pattern

parent 5db07c96
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,7 @@ After your editing, `.gitattributes` should contain these 2 lines: ...@@ -119,7 +119,7 @@ After your editing, `.gitattributes` should contain these 2 lines:
``` ```
*.csv filter=lfs diff=lfs merge=lfs -text *.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. *Note: The file `.gitattributes` is just a text file, so you can edit it with any text editor.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment