Create .gitattributes
This commit is contained in:
parent
ab0a3035ed
commit
3fd54a6fb3
1 changed files with 33 additions and 0 deletions
33
.gitattributes
vendored
Normal file
33
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
.github export-ignore
|
||||
.gitattributes export-ignore
|
||||
.gitignore export-ignore
|
||||
.luacheckrc export-ignore
|
||||
.travis.yml export-ignore
|
||||
.editorconfig export-ignore
|
||||
*ISSUE_TEMPLATE.md export-ignore
|
||||
*readme.md export-ignore
|
||||
*README.md export-ignore
|
||||
|
||||
* text=auto
|
||||
|
||||
# GitHub
|
||||
.github text
|
||||
.gitattributes text
|
||||
*.md text
|
||||
|
||||
# Source files
|
||||
*.lua text
|
||||
*.xml text
|
||||
*.toc text
|
||||
|
||||
# Fonts
|
||||
*.ttf binary
|
||||
|
||||
# Sounds
|
||||
*.ogg binary
|
||||
*.mp3 binary
|
||||
*.wav binary
|
||||
|
||||
# Textures
|
||||
*.blp binary
|
||||
*.tga binary
|
||||
Loading…
Add table
Add a link
Reference in a new issue