-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
34 lines (28 loc) · 655 Bytes
/
Copy path.gitattributes
File metadata and controls
34 lines (28 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.github export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.luacheckrc export-ignore
.travis.yml export-ignore
.editorconfig export-ignore
README.md export-ignore
CHANGELOG.md export-ignore
CITATION.cff export-ignore
* text=auto
*.* text eol=lf
# 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