From ca4cc91a6e0d1dfc8469cecc8a97d55bbb88a095 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Thu, 18 Jul 2024 09:57:51 -0400 Subject: [PATCH] Adding a gitattributes --- .gitattributes | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f628c61 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,24 @@ +# +# Exclude these files from release archives. +# +# This will also make the files unavailable when using Composer with `--prefer-dist`. +# +# Via WPCS. +# +/.github export-ignore +/phpunit.xml export-ignore +/tests export-ignore + +# +# Auto detect text files and perform LF normalization. +# +# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/ +# +* text=auto + +# +# The above will handle all files not found below. +# +*.md text +*.php text +*.inc text