mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-21 15:53:19 +00:00
0c00106d5a
trying without ./
17 lines
683 B
Plaintext
17 lines
683 B
Plaintext
# 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
|
|
/.github/actions/spell-check/
|
|
|
|
# locking down pipeline folder
|
|
/.pipelines/ @crutkas @DHowett @ethanfangg
|
|
|
|
# locking down nuget config
|
|
nuget.config @crutkas @DHowett @ethanfangg
|
|
packages.config @crutkas @DHowett @ethanfangg
|
|
|
|
# locking down files that should not change
|
|
LICENSE @crutkas @DHowett @ethanfangg
|
|
SECURITY.md @crutkas @DHowett @ethanfangg
|
|
CODE_OF_CONDUCT.md @crutkas @DHowett @ethanfangg
|