diff options
| author | 2020-10-06 17:17:01 -0400 | |
|---|---|---|
| committer | 2020-10-06 23:17:01 +0200 | |
| commit | 3aed0b95534c60b26254292e951c8a9c5badc786 (patch) | |
| tree | 5571cf1adced0e9ab7e92328b2572c4ff0194d96 | |
| parent | e43b7ecd093058f28dcce51b1e2cd604d5efa7a9 (diff) | |
tell git .png and .waff files are not text (#3211)
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 6313b56c5..9002d5bab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ * text=auto eol=lf +*.png -text +*.waff -text +*.waff2 -text |
