mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 09:54:11 +03:00
Add a .gitattributes files (#1559)
* Create .gitattributes * Update list of 'export-ignore' files in .gitattributes
This commit is contained in:
parent
87ab9c43a7
commit
9d5efebad7
17
.gitattributes
vendored
Normal file
17
.gitattributes
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
* text=auto
|
||||
|
||||
# SVGs are treated as binary by default
|
||||
*.svg text
|
||||
|
||||
# Don't diff machine generated files
|
||||
package-lock.json -diff
|
||||
|
||||
# Treat images as binary
|
||||
*.ico binary
|
||||
*.png binary
|
||||
|
||||
# Don't export/archive these files
|
||||
.github export-ignore
|
||||
.gitpod.yml export-ignore
|
||||
.travis.yml export-ignore
|
||||
CNAME export-ignore
|
Loading…
Reference in New Issue
Block a user