Skip to content

Commit

Permalink
gitignore: add vendor to .gitignore.
Browse files Browse the repository at this point in the history
This avoids committing the `vendor` directory to the repository or
having e.g. `ripgrep` or VSCode search this directory.
  • Loading branch information
MikeMcQuaid committed Jan 23, 2025
1 parent f5acb38 commit ee1ddc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
Brewfile
Gemfile.lock
coverage
vendor

0 comments on commit ee1ddc6

Please sign in to comment.