mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-17 19:57:38 +02:00
Compare commits
No commits in common. "72e6740bbf6d69e114d01e521f52c2d8cfc59bdc" and "358838f13dec1bcdada9e3279598457c7628dfe0" have entirely different histories.
72e6740bbf
...
358838f13d
10
.gitattributes
vendored
10
.gitattributes
vendored
@ -1,16 +1,16 @@
|
||||
# Normalize line endings for text files
|
||||
# https://www.git-scm.com/docs/gitattributes#_end_of_line_conversion
|
||||
* text=auto linguist-detectable
|
||||
* text=auto -linguist-detectable
|
||||
|
||||
# Unlikely to be ran under Windows, Linux line endings
|
||||
*.bash text eol=lf
|
||||
*.bash text eol=lf -linguist-detectable
|
||||
|
||||
# While this repository doesn't currently have anything for Windows, I may
|
||||
# use this for reference
|
||||
# https://rehansaeed.com/gitattributes-best-practices/#line-endings
|
||||
*.{reg,[rR][eE][gG]} text eol=crlf
|
||||
*.{bat,[bB][aA][tT]} text eol=crlf
|
||||
*.{ahk,[aA][hH][kK]} text eol=crlf
|
||||
*.{reg,[rR][eE][gG]} text eol=crlf -linguist-detectable
|
||||
*.{bat,[bB][aA][tT]} text eol=crlf -linguist-detectable
|
||||
*.{ahk,[aA][hH][kK]} text eol=crlf -linguist-detectable
|
||||
|
||||
# LFS with(/out) locking https://github.com/git-lfs/git-lfs/wiki/File-Locking
|
||||
*.png filter=lfs diff=lfs merge=lfs -text lockable
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 47b2220a4d6bca6fbb20488a86c8515557383d85
|
||||
Subproject commit 882dbd81dc4d3aa6a61a05ea66c93e34b4908c09
|
@ -1 +1 @@
|
||||
Subproject commit 2f2ef94872bc2b645c11570bfa4808e3936b47ef
|
||||
Subproject commit 38a998a3ad8f3ca1da760371d90d6d1f572a26fe
|
Loading…
x
Reference in New Issue
Block a user