mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-04 17:46:22 +00:00
abdeeb4385
Add quick 'n dirty .AI and .PNG assets for interim logo; link through LFS.
20 lines
417 B
Plaintext
20 lines
417 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
*.js text eol=lf
|
|
*.json text eol=lf
|
|
|
|
# Standard to msysgit
|
|
*.doc diff=astextplain
|
|
*.DOC diff=astextplain
|
|
*.docx diff=astextplain
|
|
*.DOCX diff=astextplain
|
|
*.dot diff=astextplain
|
|
*.DOT diff=astextplain
|
|
*.pdf diff=astextplain
|
|
*.PDF diff=astextplain
|
|
*.rtf diff=astextplain
|
|
*.RTF diff=astextplain
|
|
|
|
# Git LFS
|
|
*.ai filter=lfs diff=lfs merge=lfs -text
|