chore: add basic .gitattributes
Don't add the items below to "Source" exports
.github*
.gitattributes
.gitignore
This commit is contained in:
committed by
Chris Rizzitello
parent
e940b8526b
commit
b3775eb6fd
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal 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
|
||||
Reference in New Issue
Block a user