Skip to content

Commit eb0bcd3

Browse files
chore(python): remove .gitignore from templates (#1608)
* chore(python): remove .gitignore from templates Source-Link: googleapis/synthtool@419d94c Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a7aef70df5f13313ddc027409fc8f3151422ec2a57ac8730fce8fa75c060d5bb * Remove replacement in owlbot.py --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 5b0175c commit eb0bcd3

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:5581906b957284864632cde4e9c51d1cc66b0094990b27e689132fe5cd036046
17-
# created: 2025-01-16T15:24:11.364245182Z
16+
digest: sha256:a7aef70df5f13313ddc027409fc8f3151422ec2a57ac8730fce8fa75c060d5bb
17+
# created: 2025-04-10T17:00:10.042601326Z

owlbot.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,6 @@
6464
# Fixup files
6565
# ----------------------------------------------------------------------------
6666

67-
# Add scratch space for experimentation to .gitignore.
68-
assert 1 == s.replace(
69-
[".gitignore"],
70-
re.escape("# Make sure a generated file isn't accidentally committed.\n"),
71-
"# Make sure a generated file isn't accidentally committed.\ndemo.ipynb\n",
72-
)
73-
7467
# Encourage sharring all relevant versions in bug reports.
7568
assert 1 == s.replace( # bug_report.md
7669
[".github/ISSUE_TEMPLATE/bug_report.md"],

0 commit comments

Comments
 (0)