Commit 1df51d7
committed
Ignore files for doc
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.1 parent 7655b1f commit 1df51d7
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
0 commit comments