Minepacks/.gitattributes

15 lines
319 B
Plaintext
Raw Permalink Normal View History

# Auto detect text files and perform LF normalization
* text=auto
*.java text diff=java encoding=utf-8
*.xml text
*.yml text encoding=utf-8
*.md text
2021-04-15 21:12:52 +02:00
*.png binary diff=exif
# Ignore for export
.gitattributes export-ignore
.gitignore export-ignore
.travis export-ignore
2021-04-15 21:12:52 +02:00
/.github/ export-ignore
/.idea/ export-ignore