Skip to content

Commit

Permalink
chore: [java] synthtool not to create an initial gitignore. (googleap…
Browse files Browse the repository at this point in the history
…is#1672)

* chore: [java] synthtool not to create an initial gitignore.

Given that new generated libraries will come to the Java monorepo
going forward and that any new hand-written libraries can get
a new .gitignore from humans, there's no need to automatically
prepare .gitignore file.

* deleting gitignore

* deleting .gitignore from golden
  • Loading branch information
suztomo committed Oct 27, 2022
1 parent 38f3997 commit 0baf7e4
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 108 deletions.
6 changes: 0 additions & 6 deletions docker/owlbot/java/bin/write_templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@

set -e

# create initial .gitignore if it does not yet exist
if [ ! -f ".gitignore" ]
then
cp /owlbot/templates/gitignore ./.gitignore
fi

if [ -f "owlbot.py" ]
then
python3 owlbot.py
Expand Down
17 changes: 0 additions & 17 deletions docker/owlbot/java/templates/gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions docker/owlbot/java/tests/fix-poms/golden/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions docker/owlbot/java/tests/fix-poms/input/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions docker/owlbot/java/tests/new-client/golden/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions docker/owlbot/java/tests/new-version/golden/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions docker/owlbot/java/tests/new-version/input/.gitignore

This file was deleted.

0 comments on commit 0baf7e4

Please sign in to comment.