Skip to content
Snippets Groups Projects
.gitignore 1.18 KiB
Newer Older
# First, ignore everything.
Max Howell's avatar
Max Howell committed
/*

# Explicitly ignore OS X Finder thumbnail files.
Theo's avatar
Theo committed
.DS_Store

# Unignore the contents of `Library` as that's where our code lives.
!/Library/

# Ignore generated files within `Library` (again).
/Library/Homebrew/**/.bundle
/Library/Homebrew/**/vendor/bundle
/Library/Homebrew/doc
/Library/Homebrew/cask/bin
/Library/Homebrew/cask/coverage
/Library/Homebrew/cask/tmp
/Library/Homebrew/test/bin
/Library/Homebrew/test/coverage
/Library/Homebrew/test/fs_leak_log
/Library/Homebrew/tmp
Max Howell's avatar
Max Howell committed
/Library/LinkedKegs
/Library/Locks
/Library/PinnedTaps
# Ignore vendored files within `Library`.
/Library/Homebrew/vendor/portable-ruby
# Ignore `bin` contents (again).
/bin

# Unignore our `brew` script.
!/bin/brew

# Unignore our documentation.
# Ignore generated documentation site
/docs/_site
/docs/.bundle
/docs/bin
/docs/vendor
/docs/Gemfile.lock
Mike McQuaid's avatar
Mike McQuaid committed
/docs/.jekyll-metadata
# Unignore our shell completion
# Unignore our root-level metadata files.
!/.gitignore
!/.travis.yml
!/.yardopts
!/CODEOFCONDUCT.md
!/LICENSE.txt
!/README.md

# Unignore tests' bundle config
!/Library/Homebrew/test/.bundle