Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove /vendor from global gitignore #714

Merged
merged 1 commit into from
Mar 10, 2023

Conversation

danielnolan
Copy link
Contributor

@danielnolan danielnolan commented Mar 9, 2023

* This commit moved all ignores to gitignore. 01b7a29
  Rails 7 now expects the vendor directory to be committed as it creates
  directories within vendor with `.keep` files.
* Revert back to having a separate `.agignore`
  file for things we want to be ignored by `ag` (the_silver_searcher)
  Even though this link https://github.com/ggreer/the_silver_searcher/wiki/Advanced-Usage
  says that `.aginore` was removed in version 2.0.0, it's still in the
  man page `man ag` and you can see that it's included when running `ag
  --debug` and that on version 2.2.0.
* Closes #697
@danielnolan danielnolan marked this pull request as ready for review March 9, 2023 15:39
@danielnolan danielnolan merged commit e5aaf14 into main Mar 10, 2023
@danielnolan danielnolan deleted the dan-remove-vendor-from-global-gitignore branch March 10, 2023 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/vendor in .gitignore breaks Rails 7 deploys
2 participants