mirror of
https://github.com/tycrek/degoogle
synced 2024-11-10 01:13:40 +00:00
34218f041b
Co-authored-by: amo13 <amaury@mailbox.org> Co-authored-by: Matthew Wise <matthew.rs.wise@gmail.com> Co-authored-by: Mark Niehe <mark.niehe@segment.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Degoogle Bot <dg-bot-push@tycrek.com>
16 lines
260 B
Plaintext
16 lines
260 B
Plaintext
# Protect build scripts
|
|
*.js @tycrek
|
|
|
|
# Protect NPM files
|
|
*.json @tycrek
|
|
|
|
# Protect MIRRORS.md
|
|
/MIRRORS.md @tycrek
|
|
|
|
# Protect .github & others
|
|
/.github/ @tycrek
|
|
/.gitattributes @tycrek
|
|
|
|
# Protect README.md (restricted to degoogle-bot)
|
|
/README.md @degoogle-bot
|