chore: remove .DS_Store files, add to .gitignore, add commit authorship rule

Co-Authored-By: Svrnty Inc. <eng@svrnty.com>
This commit is contained in:
Svrnty 2026-02-27 18:21:25 -05:00
parent 9ed9400e4d
commit 148a9573e0
5 changed files with 9 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
.research/
.DS_Store
# User-specific files
*.rsuser

View File

@ -2,6 +2,14 @@
This file provides guidance to AI agents when working with code in this repository.
## Commit Authorship
All AI-authored commits MUST use:
```
Co-Authored-By: Svrnty Inc. <eng@svrnty.com>
```
## Project Overview
This is Svrnty.CQRS, a modern implementation of Command Query Responsibility Segregation (CQRS) for .NET 10. It was forked from PoweredSoft.CQRS and provides:

Binary file not shown.

BIN
Svrnty.CQRS/.DS_Store vendored

Binary file not shown.