From b3775eb6fd5c5f9d82e4f9216afff5f0e1b2862e Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sat, 12 Oct 2024 11:06:12 -0400 Subject: [PATCH] chore: add basic .gitattributes Don't add the items below to "Source" exports .github* .gitattributes .gitignore --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..fb4d1a420 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: Chris Rizzitello +# SPDX-License-Identifier: MIT + +.gitattributes export-ignore +.gitignore export-ignore +.github* export-ignore