Files
deskflow/.gitattributes
sithlord48 b3775eb6fd chore: add basic .gitattributes
Don't add the items below to "Source" exports
     .github*
     .gitattributes
     .gitignore
2024-10-13 13:39:59 -04:00

7 lines
175 B
Plaintext

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