cemu_graphic_packs/docs/.gitattributes
Crementif 8433e2253c Replace with 1.14.0 repository
Also new website! We've got the version2 branch if people want to search in those files.
2018-10-31 11:03:04 +01:00

49 lines
702 B
Plaintext

# Define standard eol format
# Web Files
*.html text eol=lf
*.md text eol=lf
*.css text eol=lf
*.js text eol=lf
# Jekyll related files
*.yml text eol=lf
# Git related files
.gittattributes text eol=lf
.gitignore text eol=lf
.gitkeep text eol=lf
# Ruby files
*.rb text eol=lf
Gemfile text eol=lf
Gemfile.lock text eol=lf
# Github specific fies
LICENCE text eol=lf
# Docker specific files
Dockerfile text eol=lf
# VSCode files
*.json text eol=lf
# General multimedia files
*.jpg binary
*.jpeg binary
*.gif binary
*.png binary
*.t3x binary
*.t3d binary
*.exe binary
*.data binary
*.ttf binary
*.eof binary
*.eot binary
*.swf binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.ogg binary
*.flv binary