You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when I run the rake task, I get diffs under `lib/stubs/`. Those files are for the doc that was added by #21212.
```
$ git status
HEAD detached at upstream/main
(use "git add <file>..." to include in what will be committed)
lib/stubs/abstract_message.rb
lib/stubs/descriptor.rb
lib/stubs/descriptor_pool.rb
lib/stubs/enum.rb
lib/stubs/enum_descriptor.rb
lib/stubs/field_descriptor.rb
lib/stubs/file_descriptor.rb
lib/stubs/map.rb
lib/stubs/method_descriptor.rb
lib/stubs/oneof_descriptor.rb
lib/stubs/repeated_field.rb
lib/stubs/service_descriptor.rb
nothing added to commit but untracked files present (use "git add" to track)
```
I assume those files are not needed to commit to the repository. So I updated settings to ignore those.
Closes#22449
COPYBARA_INTEGRATE_REVIEW=#22449 from y-yagi:ignore_files_for_doc 1df51d7
PiperOrigin-RevId: 777902367
0 commit comments