mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
Add .gitattributes for ballerina language
This commit is contained in:
parent
3f6f5fb1a4
commit
f4ced19f06
36
Ballerina.gitattributes
Normal file
36
Ballerina.gitattributes
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# Handle line endings automatically for files detected as text
|
||||||
|
# and leave all files detected as binary untouched.
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
#
|
||||||
|
# The above will handle all files NOT found below
|
||||||
|
#
|
||||||
|
# These files are text and should be normalized (Convert crlf => lf)
|
||||||
|
*.bal text
|
||||||
|
*.css text
|
||||||
|
*.df text
|
||||||
|
*.htm text
|
||||||
|
*.html text
|
||||||
|
*.js text
|
||||||
|
*.json text
|
||||||
|
*.properties text
|
||||||
|
*.sh text
|
||||||
|
*.tld text
|
||||||
|
*.txt text
|
||||||
|
*.tag text
|
||||||
|
*.tagx text
|
||||||
|
*.xml text
|
||||||
|
*.yml text
|
||||||
|
|
||||||
|
# These files are binary and should be left untouched
|
||||||
|
# (binary is a macro for -text -diff)
|
||||||
|
*.balx binary
|
||||||
|
*.dll binary
|
||||||
|
*.ear binary
|
||||||
|
*.gif binary
|
||||||
|
*.ico binary
|
||||||
|
*.jpg binary
|
||||||
|
*.jpeg binary
|
||||||
|
*.png binary
|
||||||
|
*.so binary
|
||||||
|
|
Loading…
Reference in New Issue
Block a user