File tree
Expand file treeCollapse file tree2 files changed
+17
-1
lines changed Expand file treeCollapse file tree2 files changed
+17
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
23 | 23 | # Automatically normalize the line endings of any committed text files:
|
24 | 24 | * text=auto
|
25 | 25 |
|
| 26 | +# Override line endings for certain files on checkout: |
| 27 | +*.crlf.csv text eol=crlf |
| 28 | + |
| 29 | +# Denote that certain files are binary and should not be modified: |
| 30 | +*.png binary |
| 31 | +*.jpg binary |
| 32 | +*.jpeg binary |
| 33 | +*.gif binary |
| 34 | +*.ico binary |
| 35 | +*.gz binary |
| 36 | +*.zip binary |
| 37 | +*.7z binary |
| 38 | +*.mp3 binary |
| 39 | +*.mp4 binary |
| 40 | +*.mov binary |
| 41 | + |
26 | 42 | # Override what is considered "vendored" by 's linguist:
|
27 | 43 | /deps/** linguist-vendored=false
|
28 | 44 | /lib/node_modules/** linguist-vendored=false linguist-generated=false
|
|
Original file line number | Diff line number | Diff line change |
---|
|
1 |
| -2022-08-01T01:50:32.838Z |
| 1 | +2022-09-01T01:51:28.015Z |
You can’t perform that action at this time.
0 commit comments