diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..269093e37f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,18 @@ +# Common settings that generally should always be used with your language specific settings + +# Auto detect text files and perform LF normalization + +# Scripts +*.bash text eol=lf +*.js text eol=lf + +# +# Exclude files from exporting +# + +.gitattributes export-ignore +.gitignore export-ignore +.gitkeep export-ignore + +# Apply override to all files in the directory +*.md linguist-detectable