chore: add basic .gitattributes

Don't add the items below to "Source" exports
     .github*
     .gitattributes
     .gitignore
This commit is contained in:
sithlord48
2024-10-12 11:06:12 -04:00
committed by Chris Rizzitello
parent e940b8526b
commit b3775eb6fd

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
# SPDX-FileCopyrightText: Chris Rizzitello <sithlord48@gmail.com>
# SPDX-License-Identifier: MIT
.gitattributes export-ignore
.gitignore export-ignore
.github* export-ignore