Remove duplication, link to the API documentation more often, tweak wording, add `@UniqMartin` as a maintainer, note `@jacknagel`'s and `@adamv`'s significant past contributions to Homebrew, delete some outdated or unneeded documentation, add some missing `Formula` API. entries and simplify/improve `CONTRIBUTING.md`. Closes Homebrew/homebrew#46179. Closes Homebrew/homebrew#46618. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
31 lines
504 B
Plaintext
31 lines
504 B
Plaintext
/*
|
|
!/.gitignore
|
|
!/.travis.yml
|
|
!/.yardopts
|
|
!/Library/
|
|
!/CODEOFCONDUCT.md
|
|
!/CONTRIBUTING.md
|
|
!/LICENSE.txt
|
|
!/README.md
|
|
!/SUPPORTERS.md
|
|
!/bin
|
|
/bin/*
|
|
!/bin/brew
|
|
!/share
|
|
/share/*
|
|
!/share/doc
|
|
/share/doc/*
|
|
!/share/doc/homebrew
|
|
!/share/man/man1/brew.1
|
|
.DS_Store
|
|
/Library/Homebrew/doc
|
|
/Library/Homebrew/test/.bundle
|
|
/Library/Homebrew/test/bin
|
|
/Library/Homebrew/test/vendor
|
|
/Library/Homebrew/test/coverage
|
|
/Library/Homebrew/test/fs_leak_log
|
|
/Library/LinkedKegs
|
|
/Library/PinnedKegs
|
|
/Library/Taps
|
|
/Library/PinnedTaps
|