gStore/.gitattributes

55 lines
1.6 KiB
Plaintext
Raw Permalink Normal View History

2018-10-26 22:35:03 +08:00
# https://git-scm.com/docs/gitattributes
2018-11-04 16:11:39 +08:00
# We find that using this file may cause problem between different branches
# Therefore, all are commented.
2018-10-26 22:35:03 +08:00
# Set the default behavior, in case people don't have core.autocrlf set.
2018-11-04 16:11:39 +08:00
#* text=auto
#*.txt text
#*.vcproj text eol=crlf
#*.sh text eol=lf
#*.py eol=lf
#*.c text eol=lf
#*.h text eol=lf
#*.cpp text eol=lf
#*.cu text eol=lf
#*.md text eol=lf
#*.nt text eol=lf
#*.sql text eol=lf
2018-10-26 22:35:03 +08:00
#*.jpg -text
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
#*.c text
#*.h text
2018-11-04 16:11:39 +08:00
#*.md text
#*.js text
#*.json text
#*.wxss text
#*.wxml text
2018-10-26 22:35:03 +08:00
# Declare files that will always have CRLF line endings on checkout.
#*.sln text eol=crlf
# Denote all files that are truly binary and should not be modified.
2018-11-04 16:11:39 +08:00
#*.png binary
#*.jpg binary
2018-10-26 22:35:03 +08:00
# Below denotes which file to use git-lfs, large files
#*.zip filter=lfs diff=lfs merge=lfs -text
#*.tar.gz filter=lfs diff=lfs merge=lfs -text
#*.7z filter=lfs diff=lfs merge=lfs -text
#*.rar filter=lfs diff=lfs merge=lfs -text
#*.torrent filter=lfs diff=lfs merge=lfs -text
#*.iso filter=lfs diff=lfs merge=lfs -text
#*.jpg filter=lfs diff=lfs merge=lfs -text
#*.jpeg filter=lfs diff=lfs merge=lfs -text
#*.png filter=lfs diff=lfs merge=lfs -text
#*.pdf filter=lfs diff=lfs merge=lfs -text
#*.mp3 filter=lfs diff=lfs merge=lfs -text
#*.wav filter=lfs diff=lfs merge=lfs -text
#*.mp4 filter=lfs diff=lfs merge=lfs -text
#*.rmvb filter=lfs diff=lfs merge=lfs -text
#*.nt filter=lfs diff=lfs merge=lfs -text
#*.n3 filter=lfs diff=lfs merge=lfs -text