From 782a1d066940ba837649c1f72e71d5b871ab108f Mon Sep 17 00:00:00 2001 From: Silas Morgan <124199231+SilasVM@users.noreply.github.com> Date: Wed, 2 Aug 2023 00:45:56 -0400 Subject: [PATCH] Create .gitattributes --- .gitattributes | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitattributes 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