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:
parent
9ed9400e4d
commit
148a9573e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@
|
||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||
|
||||
.research/
|
||||
.DS_Store
|
||||
|
||||
# User-specific files
|
||||
*.rsuser
|
||||
|
||||
@ -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:
|
||||
|
||||
BIN
Svrnty.CQRS.Grpc/.DS_Store
vendored
BIN
Svrnty.CQRS.Grpc/.DS_Store
vendored
Binary file not shown.
BIN
Svrnty.CQRS/.DS_Store
vendored
BIN
Svrnty.CQRS/.DS_Store
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user