diff options
author | Naeem Model <me@nmode.ca> | 2024-05-09 20:35:39 +0000 |
---|---|---|
committer | Naeem Model <me@nmode.ca> | 2024-05-09 20:35:39 +0000 |
commit | 8af9cb50c7856800a9e014685a479ed3918837c3 (patch) | |
tree | 2cdc93bab76e34bcff53c6d43a1bd2e460571d02 /.gitattributes | |
parent | 52e1b4b089904460cdfca2a3941763f40988dcbc (diff) |
Add HTML and CSS extensions to .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index e79ba00..2ee1786 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,9 @@ *.csv text *.rda binary +*.css text +*.html text + *.png binary DESCRIPTION text |