Skip to content

Commit

Permalink
Preclude .jpg, .png, .gif being rewritten on git push
Browse files Browse the repository at this point in the history
  • Loading branch information
KathyReid committed Jun 25, 2019
1 parent 4130d2f commit bc946ba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitattributes
@@ -1 +1,6 @@
* text eol=lf
* text eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.gif binary

0 comments on commit bc946ba

Please sign in to comment.