2024-04-17 16:04:25 +00:00
|
|
|
# Protect `.github` folder except the spell-check rules inside it. (The exception happens by not defining any owner user or group for the path.)
|
|
|
|
# Protection of the spell-check rules makes no sense as it needs to be changed in nearly every PR.
|
|
|
|
/.github/ @crutkas @DHowett @ethanfangg
|
2024-05-03 18:04:08 +00:00
|
|
|
/.github/actions/spell-check/
|
|
|
|
|
|
|
|
# locking down pipeline folder
|
2024-07-18 21:07:17 +00:00
|
|
|
/.pipelines/ @crutkas @DHowett @ethanfangg
|
2024-05-03 18:04:08 +00:00
|
|
|
|
|
|
|
# locking down nuget config
|
2024-07-18 22:10:04 +00:00
|
|
|
nuget.config @crutkas @DHowett @ethanfangg
|
|
|
|
packages.config @crutkas @DHowett @ethanfangg
|
2024-05-03 18:04:08 +00:00
|
|
|
|
|
|
|
# locking down files that should not change
|
2024-07-18 22:10:04 +00:00
|
|
|
LICENSE @crutkas @DHowett @ethanfangg
|
|
|
|
SECURITY.md @crutkas @DHowett @ethanfangg
|
|
|
|
CODE_OF_CONDUCT.md @crutkas @DHowett @ethanfangg
|